Rails 3 在使用回形针上传时保存默认图像

发布于 2024-11-29 02:58:10 字数 407 浏览 1 评论 0原文

我使用回形针将图像上传到rails 3中的服务器。如果用户没有选择任何要上传的文件,我想在服务器中存储默认图像,即存储不同尺寸的默认图像,如拇指、正常、特征。 ..

:default_url => '/images/:attachment/missing_:style.png'

我已经将上面的行放在 config/initialize 文件夹中。

但对于我的弹出滑块,我使用 jAlert,因为我使用 js(从服务器读取图像)和 db(获取对象 ID)来显示图像。因此,如果 id 没有任何图像,则不会创建文件夹(thumb、normal、...)。

因此,我想存储没有图像的 id 的默认图像。

我的基本需求是在弹出窗口中制作图像滑块。

谢谢, 阿里瓦拉桑L

i use paperclip to upload images to the server in rails 3. If the user didn't choose any file to upload i want to store a default image in the server i.e., storing a default image in different size like thumb, normal, feature...

:default_url => '/images/:attachment/missing_:style.png'

I already put the above line in the config/initialize folder.

But for my popup slider i use jAlert in that i use js(to read the image from the server) and db(to get the object id) to show the images. So if an id didn't have any image then no folder(thumb, normal,...) are created.

For that reason i want to store default image for id which didn't have image.

My basic need is to make image slider in a popup window.

Thanks,
Arivarasan L

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文