Kevin Bradshaw
Posts: 0
Joined: Sun Feb 01, 2015 2:05 pm

Timeout on file upload

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.

Kevin Bradshaw
Posts: 0
Joined: Sun Feb 01, 2015 2:05 pm

Timeout on file upload

I think I see the problem, was using the wrong sessionToken.

Is there a way to allow for longer timeouts anyway?

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Timeout on file upload

Hi Kevin,

Please provide some screen shots where you have this problem.

Thanks.

Aeneas McBurney
Posts: 0
Joined: Mon Jun 16, 2014 7:49 am

Timeout on file upload

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

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Timeout on file upload

Hi Aeneas,

Please open browser debugger network tab and show us screen shots with full request parameters and headers and response tab.

Thanks.

Aeneas McBurney
Posts: 0
Joined: Mon Jun 16, 2014 7:49 am

Timeout on file upload

My request is using

uploadMultipleFilesHelper(uploadLogo, Appery('txtLogo'));

Screenshots below...

Image Image

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Timeout on file upload

Hi Aeneas,

Please specify your app public link and steps how we can reproduce it your app.

Thanks.

Asif
Posts: 0
Joined: Tue Aug 13, 2013 12:56 pm

Timeout on file upload

Hi Team,
I m also facing the same issue
pls help..!!

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Timeout on file upload

Provide us with your app public link and steps to reproduce it inside your app.

Asif
Posts: 0
Joined: Tue Aug 13, 2013 12:56 pm

Timeout on file upload

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

  1. On the first page click on Management Login button.

  2. On the next page give username and password as teacher and 123456

  3. Now on the dashboard page, click on Photo Album. It will take you to Album page.

  4. Now on this page click on Archive and select Jan-Jun period and then click on view.

  5. Your will see an album, click on that.

  6. 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.

Return to “Issues”