开发者

Searching for uploading files Rails

开发者 https://www.devze.com 2023-04-11 15:36 出处:网络
I have been looking for plugin or gem for Rails 2 - to upload files. I need: progress bar multiple uploading

I have been looking for plugin or gem for Rails 2 - to upload files.

I need:

  1. progress bar
  2. multiple uploading
  3. work with database
  4. Set image size (for example: thumb 200x200)
  5. Set imgae size in MB (for example :maximum => 500.megabytes).

Anyone has any ideas? I looking for this gem/plugin for week :( and nothing... Can you please help me? VERY ve开发者_开发技巧ry THANK YOU!


You need to use either Carrierwave or Paperclip for handling the upload. Image resizing can be handled via both as post processes using ImageMagick etc.

For progress bars and multiple uploading have a look at www.uploadify.com

Few reference articles:

http://blog.assimov.net/post/4306595758/multi-file-upload-with-uploadify-and-carrierwave-on

0

精彩评论

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