.NET Framework 2.0For discussion of the Microsoft .NET Framework 2.0.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the .NET Framework 2.0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Can anyone help me in resolving this issue: My task involves uploading multiple files using asp.net,the user should be able to select more than one file using ctrl/shift keys
Its not a problem that can be solved by .Net - there is no HTML control that provides that functionality.
Various web sites I've seen have written either java applets or flash programs to embed in a web page to perform this kind of functionality. Maybe if you do a search on google there might be something that is easily customisable out there already.