So my question is pretty straight-forward. I need to upload about 600 files and more (of PDF and CSV type), but the ASP.NET FileUpload control only allows me to select 518 files. Once I select more than 518, it says 'No file chosen'. Does anybody know why this could happen? Is there maybe a limit on the number of files that can be selected at a time? The number of files that I'll be uploading every month will increase, so I could reach 1000 files soon.
Your help is greatly appreciated. Morné.