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.
如果发生服务器端错误,有没有办法使用输入上传值保留上传的文件?
现在发生的事情是,当表单提交时,它会抛出错误,并且我们试图处理的上传图像被清除,我每次都必须重新附加它。
有没有办法将其存储在表单数据中?
由于空间限制,试图不在我的服务器上存储临时文件
我不相信您可以设置上传字段的值,出于安全原因,用户每次都必须选择文件。如果您能够通过脚本选择应选择的文件,则意味着您可能会强制用户提交敏感信息。