ivan-novakov / extjs-upload-widget

File upload widget for ExtJS v4
81 stars 42 forks source link

IE9 fallback #33

Open Eccenux opened 8 years ago

Eccenux commented 8 years ago

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"