是否可以调整/隐藏窗口标准对话框(“选择要上传的文件”窗口)?

发布于 2024-08-20 04:33:51 字数 194 浏览 5 评论 0原文

单击网页上文件输入元素中的浏览按钮时弹出的“选择要上传的文件”窗口。

是否可以使用 user32 lib 函数(如 ShowWindow 等)隐藏/调整此“选择要上传的文件”窗口的大小。我尝试通过提供“选择文件的句柄”来使用 ShowWindow上传”窗口,但没有成功。

可以在这个窗口上工作吗?如果是,我该怎么做?

The "choose file to upload" window which pops up when the browse button is clicked in the file input element on a web page.

Is it possible to hide/resize this "choose file to upload" window using user32 lib functions like ShowWindow etc. I tried using ShowWindow by providing the handle of the "choose file to upload" window but it didn't work.

Is it possible to work on this windows? If yes, how can I do it?

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

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

发布评论

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

评论(1

梦言归人 2024-08-27 04:33:51

作为替代方案,您可以尝试 http://www.plupload.com/ 它绕过了打开文件的需要选择器窗口,而是使用 HTML5 或 Flash 上传。

As an alternative you could try http://www.plupload.com/ which bypasses the need to open the file chooser windows and instead uses HTML5 or Flash to upload.

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