Experimental project
This is a sandbox project, which contains experimental code for developer use only.
Integrates the fault tolerant upload library resumable.js with filefield sources.
currently the upload is working, but only saving the file to the hardcoded /tmp/temp folder. the destination folder for the temporary chunks should be a setting, as well as the time the not completed chunks should be kept on the server ( and removed on cron) the completed file should be saved to the destination stored with the field.
after the upload the js to populate the filefield is not working.
some parts are shamelessly stolen from the filefield sources plupload module, but not yet rewritten to work with resumable.js
i have some problems now completing the puzzle, so everyone interested in fault tolerant stable uploads of large files in drupal is welcome to collaborate!
probably it would be wise to split the resumable.js integration and make it possible for other modules to use it, like the plupload integration module does.
usefull links:
bradkelly's sandbox integrating resumable.js with media module
https://drupal.org/sandbox/bradkelly/2196451
generic plupload integration
https://drupal.org/project/plupload
filefield source plupload
https://drupal.org/project/filefield_sources_plupload