Check out my blog post on it http://philipbeadle.net/Home/tabid/252/EntryId/44/Building-a-Multi-File-Uploader-with-Silverlight-and-AJAX.aspx
Regards, Philip Beadle Readify | Principal Consultant Microsoft MVP - ASP/ASP.NET, MCAD, MCT Suite 408 LifeLabs Building | 198 Harbour Esplanade | Docklands | VIC 3008 | Australia M: +61 417 301 024 | E: [email protected]<mailto:[email protected]> | C: [email protected]<sip:[email protected]> | W: www.readify.net<http://www.readify.net/> [cid:[email protected]]<http://readify.net/about-readify/press/readify-makes-2008-mis-strategic-100-list/> From: [email protected] [mailto:[email protected]] On Behalf Of Jonathan Parker Sent: Saturday, 7 February 2009 11:05 AM To: [email protected] Subject: Re: Multiple Attachment(s) ASP.NET 2.0 You need to cast to HttpPostedFile http://dotnetslackers.com/articles/aspnet/Upload_multiple_files_using_the_HtmlInputFile_control.aspx On Fri, Feb 6, 2009 at 11:55 PM, Miguel Madero <[email protected]<mailto:[email protected]>> wrote: Is SL an option? If so you can use the FileUploader and even do some manipulation at the client side, like compress, resize or crop images, then zip them all and send everything. To do that on ASP.NET/HTML<http://ASP.NET/HTML> I think you need to change the type of the form. On Fri, Feb 6, 2009 at 11:00 PM, Muhammad Niaz <[email protected]<mailto:[email protected]>> wrote: > Hi all, > > I want to upload unlimited file(s) as attachment as Google, yahoo do. Using > asp.net<http://asp.net> 2.5. > > > > > > > > What I have done,: > > > > * Tried to add controls at runtime on page but no success, when page > come on server the server lost them why.? > > * Using java script I have added unlimited {input type=file} on the > client side, but server dot know them. Why.? Although it show in Watch but > as string type. > > > > > > > > Any solution please > > > > > > > > Regards, > > -N > > ________________________________ > Support procedure: https://www.codify.com/lists/support > List address: > [email protected]<mailto:[email protected]> > Subscribe: > [email protected]<mailto:[email protected]> > Unsubscribe: > [email protected]<mailto:[email protected]> > List FAQ: http://www.codify.com/lists/ozsilverlight > Other lists you might want to join: http://www.codify.com/lists -- Miguel A. Madero Reyes www.miguelmadero.com<http://www.miguelmadero.com> (blog) [email protected]<mailto:[email protected]> -------------------------------------------------------------------------------- Support procedure: https://www.codify.com/lists/support List address: [email protected]<mailto:[email protected]> Subscribe: [email protected]<mailto:[email protected]> Unsubscribe: [email protected]<mailto:[email protected]> List FAQ: http://www.codify.com/lists/ozsilverlight Other lists you might want to join: http://www.codify.com/lists ________________________________ Support procedure: https://www.codify.com/lists/support List address: [email protected]<mailto:[email protected]> Subscribe: [email protected]<mailto:[email protected]> Unsubscribe: [email protected]<mailto:[email protected]> List FAQ: http://www.codify.com/lists/ozsilverlight Other lists you might want to join: http://www.codify.com/lists -------------------------------------------------------------------------------- Support procedure: https://www.codify.com/lists/support List address: [email protected] Subscribe: [email protected] Unsubscribe: [email protected] List FAQ: http://www.codify.com/lists/ozsilverlight Other lists you might want to join: http://www.codify.com/lists
<<inline: image001.jpg>>
