Is it possible to pop open the upload file dialog without requiring the user to press Browse?
Posted
by superjoe30
on Stack Overflow
See other posts from Stack Overflow
or by superjoe30
Published on 2010-04-29T06:21:04Z
Indexed on
2010/04/29
6:57 UTC
Read the original article
Hit count: 336
JavaScript
|web-development
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?
© Stack Overflow or respective owner