How do I upload multiple files?

Discussion in 'ASP.NET / ASP.NET Core' started by Annwvyn, Mar 5, 2009.

  1. FileUpload can only be used to upload 1 file and I don't want to use multiple FileUpload controls.
    I can set the path and use Files.Request(), but how do I browse to set the path. Is there a control in ASP.Net that allows me to browse to a folder or select multiple files?
     

Share This Page