Feature #3194

Make image upload more resilient in Sunstone

Added by Javi Fontan almost 7 years ago. Updated almost 7 years ago.

Status:ClosedStart date:09/19/2014
Priority:NormalDue date:
Assignee:Daniel Molina% Done:

100%

Category:Sunstone
Target version:Release 4.10
Resolution:fixed Pull request:

Description

Image uploads are now done with a single POST call. For big files it gives problems with the maximum request size and can give errors in the middle of the upload. Moreover it creates an extra file that is not deleted until the image is registered.

The upload should be made by chunks and retry when some connection problem happens.

Associated revisions

Revision 0e156312
Added by Javi Fontan almost 7 years ago

feature #3194: Change image upload to use resumable library

Now images are uploaded in chunks and they are retried when
an error happens

Revision 01fcbc3a
Added by Javi Fontan almost 7 years ago

fearure #3194: bug assembling the image file

Revision fa33e983
Added by Javi Fontan almost 7 years ago

feature #3194: show add file button in the upload wizard

Revision 380e0255
Added by Javi Fontan almost 7 years ago

feature #3194: fix malformed input tag

Revision 9733bcaa
Added by Javi Fontan almost 7 years ago

feature #3194: use resumable.js for files upload

Revision bd06ac98
Added by Javi Fontan almost 7 years ago

feature #3194: delete old unused code

Revision 9399c659
Added by Daniel Molina almost 7 years ago

feature #3194: Remove file uploader and add resumablejs dependency

Revision 93bc3f70
Added by Daniel Molina almost 7 years ago

feature #3194: Fix upload error message format

Revision 8b9adf78
Added by Daniel Molina almost 7 years ago

feature #3194: Do not remove event target when the file input changes

History

#2 Updated by Daniel Molina almost 7 years ago

  • Status changed from Pending to Closed
  • Target version set to Release 4.10
  • % Done changed from 0 to 100
  • Resolution set to fixed

Also available in: Atom PDF