Page 1 of 1
Selecting Muliple Files From Harddrive
Posted: Fri Oct 19, 2007 11:02 am
by icesolid
Is there anyway to have a button like the "Browse" button to select multiple files at a time from the users computer.
Possibly using JavaScript in combination.
Re: Selecting Muliple Files From Harddrive
Posted: Sat Oct 20, 2007 3:40 am
by JellyFish
icesolid wrote:Is there anyway to have a button like the "Browse" button to select multiple files at a time from the users computer.
Possibly using JavaScript in combination.
Not that I know of. I do believe the only way to select a file is through the HTML
input element with a type attribute of
file. I don't think there is any javascript equivalent.
I figure out this hack though, that lets you have any background image as a button,
check it out!
Posted: Sat Oct 20, 2007 3:54 am
by Kieran Huggins
there are flash and java applets for this, not possible any other way.