User1978547804 posted
Hello,
I'm planning to use ASP.NET's FileUpload control to a server's file system as suggested in the link mentioned below:
https://docs.microsoft.com/en-us/aspnet/web-forms/overview/data-access/working-with-binary-files/uploading-files-cs
However, I do not see any way of then downloading the uploaded files to the server. How do I then download those files?
Basically I would like to upload various files, and provide links to download each of them.
The files could be in either .DOCX or .PDF formats.
Thanks in advance,
Jy