How to select multiple files in single Browse in WebApplications + c#

  • Thread starter Thread starter a_raghu_babu
  • Start date Start date
A

a_raghu_babu

hi frnds,
This is Raghu from Honeywell, Bangalore i am trying to select multipl files be using single browse in c#(WebApplications). At present i am using File Field component in HTML, is there any way that i can solve my problem.
Plese send the solution to me as soon as posible to this mail: (e-mail address removed) and to this mail.
tahkq,
Raghu

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 
It is not possible to do multiple file selects using a HTML file field. You need to use multiple file fields for each file required. As a sugestion you can prompt the user how many files they want to upload and then create the associated number of file fields that they request on postback

Rasika
 
Check this one out:
http://www.dotnetjunkies.com/Tutorial/81E0C3A9-1B40-425C-B150-B578FE724A39.dcik

Cheers,
Branimir
--
Branimir Giurov
MCSD.NET, MCDBA, MCT
eAgility LLC

Raghu said:
hi frnds,
This is Raghu from Honeywell, Bangalore i am trying to select multipl
files be using single browse in c#(WebApplications). At present i am using
File Field component in HTML, is there any way that i can solve my problem.
Plese send the solution to me as soon as posible to this mail:
(e-mail address removed) and to this mail.
tahkq,
Raghu

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP &
ASP.NET resources...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top