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
blade912
Forum Newbie
Posts: 1
Joined: Wed Jun 23, 2010 2:40 pm

file upload

Post by blade912 »

I have a question about multiple file upload , at the moment i can upload 14 jpeg images onto the server , the images are re-sized(to around 30 kb ) before they are uploaded to the server , what i want is to upload the full size images (~10 mb each) to the server,
i have changed the MAX_FILE_SIZE , max_execution_time ,max_input_time, but still no luck .
Question is can PHP upload 140 mb without crashing

thanks in advance
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: file upload

Post by Benjamin »

:arrow: Moved to PHP - Code
Phoenixheart
Forum Contributor
Posts: 123
Joined: Tue Nov 16, 2004 7:46 am
Contact:

Re: file upload

Post by Phoenixheart »

What do you mean by "crashing"? What is the error?
Post Reply