Hi Felix,
Browsers only allow you to upload one file at a time. That is, for each FileUpload control, you can only select a single file. Obviously, there is nothing that stops you from adding multiple upload controls on a single page.
I think there are some ActiveX controls (IE only) that allow you to select multiple files at once, but I have never worked with them.
Another alternative is to allow your users to upload ZIP files. They can select a single ZIP file with multiple pictures. On the server, you can unzip this file and then manage each individual picture.
With something like #ziplib (
http://www.icsharpcode.net/OpenSource/SharpZipLib/) this is pretty easy to do.
Hope this helps,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of
ASP.NET 2.0 Instant Results and
Beginning Dreamweaver MX / MX 2004