File uploader for GWT with drag'n'drop, multiple file selection and graceful fallback for outdated browsers.
Stars
9
Forks
0
Watchers
9
Open Issues
4
Overall repository health assessment
No package.json found
This might not be a Node.js project
36
commits
Version 0.0.12 -> 0.0.13. Various IE and Opera fixes.
ef17561View on GitHubMake upload cancelling actually work (xhr only, iframe to be done). Version 0.0.11 -> 0.0.12.
82a85b7View on GitHubMake i18n messages overridable. Make possible setting html content to drop zone. Version 0.0.10 -> 0.0.11.
31c94ddView on GitHubRaise error if something went wrong on server. Closes #15.
5d0c2daView on GitHubAdded JSONObject to FileInfo if it's server response so that it's easy to add custom properties (such as width and height for images).
49b473bView on GitHubThere were unexpected calls to some internals in onLoad - moved them to a `initialize` method that must be called from subclasses.
ccd4f8aView on GitHubAdded total upload progress indicators. Closes #12.
4fbc368View on GitHubReadme update and english translation spelling error fix.
4793de3View on GitHubExtracted abstract file uploader from FileUploaderBasic. Closes #5. Added another simple uploader to show ease of customization.
baf7779View on GitHubSmall fixes. Byte -> int for `maxConnections` param. `Params` are now initialized in `Options` constructor.
d3765b0View on GitHub