Rails 3 在使用回形针上传时保存默认图像
我使用回形针将图像上传到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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论