Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload fails with [Error: Request aborted] for larger files #216

Open
orsa86 opened this issue Mar 12, 2016 · 2 comments
Open

Upload fails with [Error: Request aborted] for larger files #216

orsa86 opened this issue Mar 12, 2016 · 2 comments

Comments

@orsa86
Copy link

orsa86 commented Mar 12, 2016

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

@tomitrescak
Copy link
Owner

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 ;(

@orsa86
Copy link
Author

orsa86 commented Mar 15, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants