makinacorpus / drupal-filechunk
Javascript file upload widget for Drupal
Installs: 295
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 9
Forks: 1
Open Issues: 2
Type:drupal-module
README
Adds a managed file widget that uploads files per chunks using pure JavaScript.
Version 1.x carries its own JavaScript widget, which due to a recent regression does not work with Internet Explorer 11 anymore. It will be as of now, unmaintained.
Version 2.x brings a shared widget fully rewritten using TypeScript, targetting es5, transpiled and polyfilled using Babel, which works gracefully with IE11.
Version 2.x drops the untested gracefull downgrade feature, which makes it unusable with Internet Explorer <11 and with browsers which don't support the FileReader API.
JavaScript source code
JavaScript source code is written using TypeScript, you can find it there: https://github.com/makinacorpus/filechunk-front
Side by side with Gulpifier
If you use the gulpifier module,
you should add these 2 lignes into your themes .info
files:
settings[gulpifier_whitelist][css][] = filechunk:filechunk.css
settings[gulpifier_whitelist][js][] = filechunk:filechunk.js