gpt4 book ai didi

html - rails 表单辅助方法 : file_field?

转载 作者:数据小太阳 更新时间:2023-10-29 08:21:21 25 4
gpt4 key购买 nike

你看到file_field提供了一个窗口让用户选择某个文件并上传到服务器端。但是我想要的只是文件名。我怎么能只得到文件名,我不需要文件本身。有什么建议吗?

最佳答案

不确定你为什么需要这个,但你可以试试这个

在您的表单中

<%= file_field :uploadfile %>

在你的 Controller 中

def upload
params[:uploadfile].original_filename
.... process the rest of this method ....
end

“original_filename”将得到正在上传的文件的名称,然后您可以存储到数据库中。希望这有帮助

关于html - rails 表单辅助方法 : file_field?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7056117/

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