Best way to upload multiple files from a browser

前端 未结 9 1261
太阳男子
太阳男子 2020-12-12 17:37

I\'m working on a web application. There is one place where the user can upload files with the HTTP protocol. There is a choice between the classic HTML file upload control

相关标签:
9条回答
  • 2020-12-12 18:00

    what about google gears?

    0 讨论(0)
  • 2020-12-12 18:04

    There are HTTP/HTTPS upload controls that allow multi-file upload. Here is one from Telerik, which I have found to be solid and reliable. The latest version looks to have most if not all of your feature requirements.

    0 讨论(0)
  • 2020-12-12 18:05

    There are a number of free flash components that exist with nice multiple file upload capability. They make use of ActionScripts FileReference class with a PHP (or whatever) receiver on the server side. Some have recently broken with the launch of FP10 but I know for certain that swfupload will work :)

    Hope this helps!

    0 讨论(0)
提交回复
热议问题