Need a good JavaScript loader

I am trying to upload files directly to Amazon S3. I tried using Uploadify and Plupload . Both have their merits. However, I found that they are incompatible with older versions of the browser. Specifically, IE 7, 8, and 9. I also tested Firefox 3.6. Really buggy ...

I looked at FancyUpload , which is fully compatible with all A-Grade browsers (Internet Explorer 6+, Opera 9, Firefox 1.5+ and Safari 3+) with Adobe Flash 9 and 10.

I tried this bootloader with Firefox 3.6 - 10 and IE 7, 8 and 9. NO PROBLEMS. The only thing is the use of MooTools, not jQuery. I know that there are ways to integrate jQuery and MooTools. But before this approach, I would like to consider other options.

Does anyone know of a good script loader that is reliable (paid or unpaid)? Either in pure JS or jQuery?

+6
source share
4 answers

use swfupload

with jquery plugin

+1
source

It looks like a good candidate:

http://www.flajaxian.com/

0
source

Secondary SWFUpload - very well implemented and easy to get up and running.

0
source

Source: https://habr.com/ru/post/907483/


All Articles