Jump to content

Upload trips the exceed max_file_size error when it shouldn't


leitning_strike

Recommended Posts

I'm working on a fairly straight forward facet of an image gallery application where the client can upload a zip file full of photos and it extracts them one by one to a temp folder, resizes it and moves it to the pic folder, creates a thumbnail, then deletes it from the temp folder

 

All that works fine, but I'm testing it in a situation where I'm uploading a 56 MB zip file, my max_file_size is 128 MB, and it gives me the 'max_file_size' error. Anyone else ever have this problem or have any ideas on how to solve it?

 

Posting your form, you form processing code, and the error message, so that we can tell what you are doing and what result you got, would be th quickest way of getting a solution.

 

Best guess is you have use the wrong syntax in the MAX_FILE_SIZE value.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.