I am trying to write a Java image uploader, but I want to "Browse Files" with preview. Best way for me (and my boss) is .. to open default (windows|*) "Browse Files" window, but I can't.
I have a few solutions, first is the JFileChooser (which is very ugly). Can you give me some ideas, to realize this thing?
PP As here, or Facebook image upload?
<input type="file">element. The browse feature is implemented in the browser, typically using the system's standard file-selection dialog. – Wyzard Apr 26 '11 at 16:40