leitning_strike Posted January 17, 2011 Share Posted January 17, 2011 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? Quote Link to comment https://forums.phpfreaks.com/topic/224688-upload-trips-the-exceed-max_file_size-error-when-it-shouldnt/ Share on other sites More sharing options...
PFMaBiSmAd Posted January 17, 2011 Share Posted January 17, 2011 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. Quote Link to comment https://forums.phpfreaks.com/topic/224688-upload-trips-the-exceed-max_file_size-error-when-it-shouldnt/#findComment-1160657 Share on other sites More sharing options...
leitning_strike Posted January 17, 2011 Author Share Posted January 17, 2011 Started working. Not sure what happened, didn't change any code between not working and working, but thanks anyway. Quote Link to comment https://forums.phpfreaks.com/topic/224688-upload-trips-the-exceed-max_file_size-error-when-it-shouldnt/#findComment-1160759 Share on other sites More sharing options...
PFMaBiSmAd Posted January 17, 2011 Share Posted January 17, 2011 You probably didn't refresh your form to get any changes made to it to take effect. Quote Link to comment https://forums.phpfreaks.com/topic/224688-upload-trips-the-exceed-max_file_size-error-when-it-shouldnt/#findComment-1160768 Share on other sites More sharing options...
leitning_strike Posted January 17, 2011 Author Share Posted January 17, 2011 I nearly wore out the refresh button on my browser Quote Link to comment https://forums.phpfreaks.com/topic/224688-upload-trips-the-exceed-max_file_size-error-when-it-shouldnt/#findComment-1160788 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.