satish
satish

Reputation: 2443

Multiple files upload without Html5

How we can enable multi file upload in the legacy browser With Drag/drop possibility also .

Upvotes: 1

Views: 2392

Answers (2)

Kristian
Kristian

Reputation: 1097

This jQuery plugin has almost everything you need.

Features

  • Multiple file upload
  • Drag & Drop support
  • Resumable uploads
  • No browser plugins (e.g. Adobe Flash) required
  • Cross-site file uploads

Browser Support (tested versions)

  • Google Chrome - 7.0+
  • Apple Safari - 4.0+
  • Mozilla Firefox - 3.0+
  • Opera - 10.0+
  • Microsoft Internet Explorer 6.0+

Upvotes: 1

jantimon
jantimon

Reputation: 38142

Google for: cross browser multi upload

and the first result is:

http://code.google.com/p/noswfupload/

noSWFUpload

Multiple files upload without SWF objects, applets Java, or other third parts plug-ins. Features

100% browser and W3 compatibility thanks to graceful enhancement

no extra libraries dependency

simple and low level API

wide browser compatibility in 3.63 KB (minified and gzipped)

Compatibility

  • Internet Explorer 5.5 (probably 5 too), 6, 7, and 8
  • FireFox 3 or greater
  • Google Chrome 1.0 (V2 Coming Soon)
  • Opera 8, 9, and 10
  • Safari 3, Safari 4 (current beta) other browsers via unobtrusive iframe

Upvotes: 1

Related Questions