开发者

Multiple file upload (even folder)

开发者 https://www.devze.com 2022-12-18 04:55 出处:网络
I\'m looking for an easy to use (free) \"module\" that can upload multiple files / folders. It must: Support image files

I'm looking for an easy to use (free) "module" that can upload multiple files / folders. It must:

It may be written in:

  • RoR (Ruby On Rails)
  • Java
  • Flash

Thanks in advance.


Have a look here http://jimneath.org/2008/04/17/paperclip-attaching-files-in-rails the article explains how to use Paperclip

Or you could try SWFUpload , a Javascript & Flash solution for file uploads


Uploading multiple files and folders in one go is not supported by HTML, which means that your options are Flash or a Java applet. Ruby on Rails isn't going to help you because it's a server-side framework that generates HTML.

0

精彩评论

暂无评论...
验证码 换一张
取 消