简体   繁体   中英

Crossbrowser platform independent http image upload library ( mac / linux / windows / ipad )

In the era of gazilion different browsers, it is harder and harder to make usable photo uploads on a webpage available for all users.

I search for a library that provides http file uploads (multiple is a nice to have but not a must), with a progress bar, that works on:

Linux (Chrome, Firefox, Konqueror) Windows (Chrome, Firefox, IE 7+) Mac (Chrome, Firefox, Safari) iPad (Mobile Safari)

Does such a library exists ?

Have a look at jQuery File Upload widget ( demo here ). It supports multi file/image upload (simultaneous), progress bar, thumbnail preview, cancel and delete images.

It works on all popular browsers. Make sure to try the demo on iPad.

对于任何绊脚的人,请查看Dropzone.js: http : //www.dropzonejs.com

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM