Gideon So Posted February 9, 2018 Share Posted February 9, 2018 Hi, I have a file inputfield which I use to upload video file. If I upload a file larger than 250Mb, the progress bar moves until 100% and then the upload seems never ends. I found the following error: Quote TypeError: W is null[more info] InputfieldFile.min.js:1:5111 Any hints to fix this or I have to file a bug to github? Gideon Link to comment Share on other sites More sharing options...
PWaddict Posted February 9, 2018 Share Posted February 9, 2018 @Gideon So You have to increase the memory_limit, post_max_size & upload_max_filesize via cPanel's "Select PHP Version" by clicking on "Switch to PHP Options". 1 Link to comment Share on other sites More sharing options...
Gideon So Posted February 10, 2018 Author Share Posted February 10, 2018 @PWaddict My php.ini contains: memory_limit = 512M post_max_size = 600M upload_max_filesize = 500M I think all these settings are more than capable for uploading a file less than 500M in size. Gideon Link to comment Share on other sites More sharing options...
dragan Posted February 10, 2018 Share Posted February 10, 2018 Maybe increase script timeout too? PHP default is 30 seconds. Smaller video uploads work fine? Try enabling ZIP uploads for this field and see if that helps. 1 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