View Single Post
  #1 (permalink)  
Old July 10th, 2007, 04:53 AM
pushpa pushpa is offline
Authorized User
 
Join Date: Jan 2007
Posts: 40
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to pushpa
Default 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.