PHP file upload

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bakaliaros
Forum Newbie
Posts: 1
Joined: Fri Aug 01, 2008 12:33 pm

PHP file upload

Post by bakaliaros »

Hi

Is there a limitation to the number of files that can be uploaded from one form??
I am trying to do it and the 2 first files work perfectly but the third with the exactly the same code does not.

Can anybody help me??
Dynamis
Forum Contributor
Posts: 122
Joined: Thu Jul 10, 2008 3:15 pm
Location: Indiana, US

Re: PHP file upload

Post by Dynamis »

I can inform you that there is not a limit, but I don't have the code with me for my uploader to help you at this time. Just fyi though, mine has done 100's at a time, so it is possible.
Post Reply