You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Package works perfect with files which are under cca 200mb, but if i try to upload files which are around 400mb, upload fails with [Error: Request aborted]. Did someone maybe see already this issue? I checked all permissions, tried from different browsers but it didn't help. If file is under cca 200mb upload will finish without errors.
I get below error in server console: => Client modified -- refreshing I20160312-13:24:55.474(1)? ERROR I20160312-13:24:55.474(1)? [Error: Request aborted]
Client console is empty and firebug is disabled.
Thanks,
Ivan
The text was updated successfully, but these errors were encountered:
Check out the limitations of your server. Also, make sure you set the "maxFileSize" to the reasonable number. I have just tested uploading 3 GB file and no issues there ;(
Hi,
thanks for you reply. I am still developing this app, so this is still my local computer. I didn't yet deploy it to server. The ''maxFileSize' is set to 4 GB. I'll try to deploy it to server later and test if it will work there.
Hi,
Package works perfect with files which are under cca 200mb, but if i try to upload files which are around 400mb, upload fails with [Error: Request aborted]. Did someone maybe see already this issue? I checked all permissions, tried from different browsers but it didn't help. If file is under cca 200mb upload will finish without errors.
I get below error in server console:
=> Client modified -- refreshing I20160312-13:24:55.474(1)? ERROR I20160312-13:24:55.474(1)? [Error: Request aborted]
Client console is empty and firebug is disabled.
Thanks,
Ivan
The text was updated successfully, but these errors were encountered: