file upload - large files
file upload - large files
I have an upload form which copes fine with small and medium size (2Mb) files, but doesn;t cope with larger files
I have tried to upload a 7Mb pdf file , and after about 10 seconds, the console log shows an error
Uncaught TypeError: Cannot read property 'id' of undefined on editor.upload.js:172
The server has a 30 second timeout and max file size is 20Mb, so I would think these settings are ok
This discussion has been closed.