开发者

Searching for uploading files Rails

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜