extjs-upload-widget
extjs-upload-widget copied to clipboard
IE9 fallback
Would be great if the widget would have a IE9 fallback. When File API is not available you can simply hide the progress
indicator.
To check if File API is avialble you can use something like var isProgressAvailable = typeof FileReader !== "undefined"