Best way to upload multiple files from a browser

前端 未结 9 1280
太阳男子
太阳男子 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 17:44

    I've never used it with files of 2GB in size, but the YUI File Uploader worked pretty well on a previous project. You may also be interested in this jQuery Plugin.

    That said, I still think the Java Applet is the way to go. I think you'll end up with less portability and UI issues than you expect and Drag/Drop works great. For the record, Box.net uses a Java Applet for their multi-file quick uploads.

提交回复
热议问题