Uploading multiple files at once time
hi all,
Here in HTML i have taken the file dailog box,
<input type="file" name="fnm" Id="fnm">
so i got the filetext box with "Browse" button.
here i am able to upload only one file from the browsed folder on my web page.
So is it possible or can i upload the multiple or all the files in that folder at a single upload event(i.e code to select one folder and upload it's contents)?
if yes , then plz provide me the suggestion.
thanks in advance.
|