I have a web application in a farm with a web server and a file server. One of the primary features of our web app is the storage of files.
I need to find a way to have a user connect to the website, select the file(s) to upload to the server, and the files are uploaded directly to the file server, not the web server.
Is this possible?
This may help you. Uploading files to file server using webclient class