Page 1 of 2
Timeout on file upload
Posted: Mon Feb 02, 2015 10:12 pm
by Kevin Bradshaw
I'm getting an error alert when uploading files:
Error: Timeout
using
uploadMultipleFilesHelper(upload_service, Apperyio('file_input'));
Is there a way to increase the timeout parameter or is there perhaps something else going wrong?
I'm using Chrome to test my app. The file browser appears to work OK to select files for upload etc.
Timeout on file upload
Posted: Mon Feb 02, 2015 10:22 pm
by Kevin Bradshaw
I think I see the problem, was using the wrong sessionToken.
Is there a way to allow for longer timeouts anyway?
Timeout on file upload
Posted: Tue Feb 03, 2015 3:21 am
by Yurii Orishchuk
Hi Kevin,
Please provide some screen shots where you have this problem.
Thanks.
Timeout on file upload
Posted: Wed Feb 04, 2015 7:25 pm
by Aeneas McBurney
I am also getting timeout errors when trying to upload files more than about 200kb. Is there a way to increase timeout? Also is there a way to show progress with uploads?
Thanks,
Aeneas
Timeout on file upload
Posted: Thu Feb 05, 2015 3:11 am
by Yurii Orishchuk
Hi Aeneas,
Please open browser debugger network tab and show us screen shots with full request parameters and headers and response tab.
Thanks.
Timeout on file upload
Posted: Thu Feb 05, 2015 6:38 pm
by Aeneas McBurney
My request is using
uploadMultipleFilesHelper(uploadLogo, Appery('txtLogo'));
Screenshots below...
Timeout on file upload
Posted: Fri Feb 06, 2015 5:37 am
by Yurii Orishchuk
Hi Aeneas,
Please specify your app public link and steps how we can reproduce it your app.
Thanks.
Timeout on file upload
Posted: Fri Aug 21, 2015 12:03 pm
by Asif
Hi Team,
I m also facing the same issue
pls help..!!
Timeout on file upload
Posted: Fri Aug 21, 2015 1:37 pm
by Illya Stepanov
Provide us with your app public link and steps to reproduce it inside your app.
Timeout on file upload
Posted: Sat Sep 12, 2015 11:17 am
by Asif
Hi lllya,
I have shared the app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a. App name is 'SchoolTracker-Imhere-FLAGS'
Steps to reproduce the problem
On the first page click on Management Login button.
On the next page give username and password as teacher and 123456
Now on the dashboard page, click on Photo Album. It will take you to Album page.
Now on this page click on Archive and select Jan-Jun period and then click on view.
Your will see an album, click on that.
Now on the next page you can select image files and then click on upload button to upload them.
Over here when i m trying to upload more than 3 photos of size more than 200kb it gives me error timeout error.
Name of this page is 'uploadImage'.
and the Javascript code for uploading multiple files is written in 'uploadFiles' javascript.