Manaus Posted July 6, 2015 Posted July 6, 2015 Hello, I created a template holding a file Field, accepting zip files. If I try to upload something via admin on the local machine, I see the advancement bar stuck at 99%, or 96% and so on, not completing the file upload. The zip is about 20Mb, and php max_post_size is set at 32. Thanks for any suggestion.
LostKobrakai Posted July 6, 2015 Posted July 6, 2015 How about you're hitting the max_execution_time of php?
Manaus Posted July 6, 2015 Author Posted July 6, 2015 Hi LostKobrakai, that's unlikely, the uploads happen on localhost...
Manaus Posted July 6, 2015 Author Posted July 6, 2015 Both at 32mb... Trying with a smaller size file (2mb) I get a note "Pagefiles: Removed 'file' temp file(s) for page /mypage/mysubpage/ - archive.zip" Thanks
LostKobrakai Posted July 6, 2015 Posted July 6, 2015 Is the field set up to unarchive zips? Maybe the unzipping is causing a timeout.
Manaus Posted July 6, 2015 Author Posted July 6, 2015 No it does not unzip. Curious it is working on the production server...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now