The "select file to download" window that appears when you click the browse button in the file entry element on a web page.
Is it possible to hide / resize the "select file to upload" window using user32 lib functions such as ShowWindowetc. I tried to use ShowWindowby specifying a window handle "select file to upload", but it did not work.
Is it possible to work with these windows? If so, how can I do this?
source
share