Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用回形针 gem 来存储文件(照片、视频、音频等)。大多数文件上传的文件大小设置为零。几个 jpeg 上传具有正确的文件大小。有人见过这个吗?
这是一个老问题,但我认为这与保存文件时发生的事情有关。Paperclip 在后台运行 imagemagik 以创建缩略图等,我认为这也是它获取文件大小的时候。
不确定,但怀疑您已经设置了选项,因此它不需要创建它们,因此它永远不会调用获取大小等的实用程序并将这些值拉回数据库。