Hi,
Is there a way to upload multiple files in asp.net? I thought that there was (just add two fileupload controls right?) Well my app was working when I just had one fileupload control. When I added a second one I now get the 'document contains no data' message whenever i try to upload. If i delete the second box that error goes away.
i increased the maxrequestlength value in the web.config because i know that, that is the culprit sometimes for that error but it brought no joy ... alas the error is still alive and well.
Is this even doable or should i be trying a different route?
Many Thanks,
- VB Rookie