extjs-upload-widget icon indicating copy to clipboard operation
extjs-upload-widget copied to clipboard

IE9 fallback

Open Eccenux opened this issue 9 years ago • 0 comments

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"

Eccenux avatar Oct 13 '15 19:10 Eccenux