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.
我在表单上有以下 html:
<input type="file" name="uploadField" />
当用户单击浏览按钮时,他们可以选择任何文件,但我想使用表单上另一个字段的值重命名文件
我有一个提交按钮。我可以在这里做吗?
我可以在这里做吗?
不,出于安全原因,您无法在客户端上对此进行控制。您可以在上传文件时重命名服务器上的文件。
我知道这个问题很老,但如果有人还在为类似的问题苦苦挣扎,请尝试使用FormData的append()或set()方法。
出于安全原因,您不能这样做,即在服务器上操作多部分文件或要上传的文件