Is it possible to pop open the upload file dialog without requiring the user to press Browse?
- by superjoe30
I think I've seen Gmail do it in Chrome or Internet Explorer, but I've never seen it in Firefox. I thought I'd ask anyways. Is it possible to do a file upload without requiring an <input type="file" />? I see that you can use iframes to automatically submit the file input, so my question is
Can you programmatically pop up a file upload dialog?
If so, what browsers is it supported on?