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/PHP 的“文件浏览”选项中设置默认值?例如:
<b>Enter Image:</b></font><input type="file" name="ima" accept="image/gif">
我可以在其中设置默认文件名吗?
否 - 因为这将是一个安全问题。考虑将默认设置为/etc/passwd和按下提交的人。
/etc/passwd
由于您的文件名将与运行代码的计算机相关,因此我不确定这样做是否有益。据我所知,你不能因为这个原因。