Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all ,

I need to upload folder ,suppose i want to select folder so all file inside folder can be uploaded at a time ,so please tell me , its urgent

thanks & regards
Dharmendra
9711783693
Posted

1 solution

Hello Dharmendra,

In web application you won't be able to do this using standard HTML constructs such as <input type="file"/>. However you can use a signed applet to achieve this.

Regards,
Prasad P. Khandekar
 
Share this answer
 
Comments
dharmendra prajapati10may1990 28-Oct-14 5:21am    
Dear Khandekar ,
I need to browse folder ,so how can i manage it
Prasad Khandekar 29-Oct-14 5:37am    
Hello Dharmendra,

The basic <input type="file"/> element will render the textbox with a browse button which will allow end user to select the file from appropriate local folder. However as I said earlier it won't allow you to select anything but the file. However signed applets won't have such limitation & will allow you to write code to traverse the folder structure and upload multiple files. This (http://jupload.sourceforge.net/) Open Source project should get you started.

Regards,

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900