TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
ranjit9
NA
4
0
Uploading multiple files.
May 13 2004 5:24 PM
Hi all, I am trying to upload multiple files from a remote machine using ASP.NET and c#. I able to upload individual files using HTMLInputFile control, but the user requirement is to select a folder on the remote machine and then upload all the files under the selected folder. Unfortunatly I cannot use multiple fileupload controls, they will be hundreds, and also hassle for the user to go through each file to upload. Is there a way in ASP.NET, and C# where I present the user with a folder selection dialog and loop through all the files in it and then upload them in loop fashon. Any advice or insigt is very helpful. thank you Ranjit
Reply
Answers (
1
)
images in xml/xsl transform newbie question
Trying to implement a system feedback area for a web based application