|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
HTMLInputFile Control for Multiple FilesI am using ASP.Net with C# as the code behind and am trying to upload
multiple files with the HTMLInputFile Control. I am able to browse, select a file, and finally upload, but only one file at a time. Is there a way to select multiple files to upload at one time using this control, or possibly another control?? Any ideas on this would be greatly appreciated!! Thank a lot! Corey The standard File control allows only one file to be specified for upload.
If you need to upload 2 files, then the simplest solution is to have 2 File controls on the page. There are fancier options, but they generally require thick clients. Here are some 3rd party options that may help you out: http://fileup.softartisans.com/fileup-231.aspx http://fileup.softartisans.com/fileup-131.aspx Show quoteHide quote "Corey Erkes" <cer***@cox.net> wrote in message news:93Lle.9$mH1.4@dfw-service2.ext.ray.com... >I am using ASP.Net with C# as the code behind and am trying to upload > multiple files with the HTMLInputFile Control. I am able to browse, > select > a file, and finally upload, but only one file at a time. Is there a way > to > select multiple files to upload at one time using this control, or > possibly > another control?? Any ideas on this would be greatly appreciated!! > > Thank a lot! > > Corey > > I guess I was looking to upload 2 or more at one time. I might just have to
use to file controls. Thanks for your help! Corey Show quoteHide quote "Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message news:%23Cfe4WBZFHA.1868@TK2MSFTNGP14.phx.gbl... > The standard File control allows only one file to be specified for upload. > If you need to upload 2 files, then the simplest solution is to have 2 File > controls on the page. > There are fancier options, but they generally require thick clients. Here > are some 3rd party options that may help you out: > http://fileup.softartisans.com/fileup-231.aspx > http://fileup.softartisans.com/fileup-131.aspx > > -- > I hope this helps, > Steve C. Orr, MCSD, MVP > http://SteveOrr.net > > > "Corey Erkes" <cer***@cox.net> wrote in message > news:93Lle.9$mH1.4@dfw-service2.ext.ray.com... > >I am using ASP.Net with C# as the code behind and am trying to upload > > multiple files with the HTMLInputFile Control. I am able to browse, > > select > > a file, and finally upload, but only one file at a time. Is there a way > > to > > select multiple files to upload at one time using this control, or > > possibly > > another control?? Any ideas on this would be greatly appreciated!! > > > > Thank a lot! > > > > Corey > > > > > >
DATASET DATAGRID ITEMINDEX DATASETINDEX
FindControl by type? ASP.NET absolute path to file ascx event to parent aspx: howto ? howto: bubble-up events Problems with HTMLInputFile Control Web server controls not shown on a web form Type.GetType("System.Web.UI....) VB.NET Compact Framework two grids with validators |
|||||||||||||||||||||||