如何在不选择文件的情况下上传文件?

发布于 2024-12-18 13:07:51 字数 376 浏览 0 评论 0原文

如何在不浏览文件的情况下上传文件?因为我知道该文件在哪里,所以我不想浏览它。我正在尝试下面的代码,但它不起作用。

 <form id="fupload" method="post" enctype="multipart/form-data">
      <input type="file" name="f" value="D:\\test.docx" />
      <input type="submit" name="submit" />
 </form>

属性“值”似乎不适用于“输入文件”控件。然后我尝试使用“src”属性,但仍然相同。我想知道我们怎样才能做到这一点?是否可以通过提供特定文件位置来上传文件?

How to upload a file without browsing the file? because I know where the file is, so i don't want to browse to it. I was trying the code below, but it didn't work.

 <form id="fupload" method="post" enctype="multipart/form-data">
      <input type="file" name="f" value="D:\\test.docx" />
      <input type="submit" name="submit" />
 </form>

The attribute "value" seems didn't work with "input file" control. Then i tried with "src" attribute, but still the same. I wonder how can we do that? is it possible to upload a file by providing a specific file location?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

魂归处 2024-12-25 13:07:51

不,

这将是一个难以理解的大安全漏洞。

No

That would be an incomprehensibly large security hole.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文