gpt4 book ai didi

ruby-on-rails - 事件存储 : Best practice to retain/cache uploaded file when form redisplays

转载 作者:行者123 更新时间:2023-12-04 03:35:47 24 4
gpt4 key购买 nike

使用 Active Storage 上传文件时,当文件上传完成并且表单重新显示时,例如当表单验证由于某种原因失败时,文件就会消失。

有没有办法在表单重新显示之间缓存或保留它? Shrine has a nice Plugin为此,我正在为 Active Storage 寻找类似的东西。

最佳答案

这是使 ActiveStorage 文件在表单重新显示时持久化的解决方案:
f.hidden_field :image, value: f.object.image.signed_id if f.object.image.attached?
f.file_field :image

关于ruby-on-rails - 事件存储 : Best practice to retain/cache uploaded file when form redisplays,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50360307/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com