There are several ways to do this:
Using forms authentication
If you use forms authentication, you can establish an agreement in which the user name or identifier can serve as the basis for the path on your server where the user can upload the file. Please note that your user will not have direct access to this folder: the user must be able to download files from your server through a web application.
Using Windows Authentication
If you use Windows authentication (for example, ActiveDirectory), you can give the user access to both the physical location of the folder and through the web application.
PS - Glad to see you here Marlon!
source share