Manaus Posted July 6, 2015 Share 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. Link to comment Share on other sites More sharing options...
LostKobrakai Posted July 6, 2015 Share Posted July 6, 2015 How about you're hitting the max_execution_time of php? Link to comment Share on other sites More sharing options...
Manaus Posted July 6, 2015 Author Share Posted July 6, 2015 Hi LostKobrakai, that's unlikely, the uploads happen on localhost... Link to comment Share on other sites More sharing options...
LostKobrakai Posted July 6, 2015 Share Posted July 6, 2015 upload_max_filesize oder memory_limit? Link to comment Share on other sites More sharing options...
Manaus Posted July 6, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
LostKobrakai Posted July 6, 2015 Share Posted July 6, 2015 Is the field set up to unarchive zips? Maybe the unzipping is causing a timeout. Link to comment Share on other sites More sharing options...
Manaus Posted July 6, 2015 Author Share Posted July 6, 2015 No it does not unzip. Curious it is working on the production server... Link to comment Share on other sites More sharing options...
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