是否可以调整/隐藏窗口标准对话框(“选择要上传的文件”窗口)?
单击网页上文件输入元素中的浏览按钮时弹出的“选择要上传的文件”窗口。
是否可以使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
作为替代方案,您可以尝试 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.