Rails 3 - 带装载机的回形针
我用 Paperclip
上传我的图像。我想问你,是否存在任何 gem 或插件可以在图像上传时显示预加载器(例如“56% 已加载”)。
I use for upload my images Paperclip
. I would like to ask you, if exist any gem or plugin for showing the preloader while the image is uploading (something like "56% loaded").
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
实际上它并不需要对回形针做任何事情。
我正在使用 mootools,与 mootools 我正在使用 FancyUpload 它有很多选项,写得很好,易于调试、重写、扩展等...
当你使用它时,你会得到一个带有进度的“Ajax”上传酒吧。
如果您使用 jQuery,也有很多插件。
很容易集成到项目中。
it doesn't have to do anything with paperclip actually.
I am using mootools, with mootools I am using FancyUpload which has lots of options and is very well written and easy to debug, rewrite, extend etc...
When you use this, you get an "Ajax" upload with a progress bar.
if you are using jQuery, there are many plugins for that as well.
it's very easy to integrate into the project.