Title: Message Title
|
|
Issue Type:
|
New Feature
|
Assignee:
|
Unassigned
|
Components:
|
JSPUI
|
Created:
|
05/May/14 12:27 PM
|
Priority:
|
Minor
|
Reporter:
|
Pascal-Nicolas Becker
|
|
This ticket is the same as DS-1562, but for JSPUI. Currently files get uploaded using a html form. This has some major flaws for example if a transmission breaks the hole file has to be uploaded again, the size of files that can be uploaded this way is limited and you can only upload one file at once. HTML5 File API allows to define an element (f.e. a div-element) that can be used to drag and drop files on it. HTML 5 although can cut files in slizes. With this feature set it is possible to overcome the faults specified above. It is possible to drag and drop several files at once. With _javascript_ every File will be sliced into chunks and each chunk will be transmitted seperatly. If a transmission fails only the chunk that was submitted has to be retransmitted. When all chunks got transmitted correctly the chunks have to be reassmbled on the server. There is a _javascript_ Library that does allmost all of the HTML5 magic and has a compatible License. It can be found at http://github.com/23/resumable.js. This ticket is realeted to DS-1562, DS-1641 and
DS-1639
.
|
|
|
|
|
|
------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
• 3 signs your SCM is hindering your productivity
• Requirements for releasing software faster
• Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel