how to upload given url file.
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
How to upload a given url file to given Folder.
-
How to upload a given url file to given Folder.
You don't upload it. You make a request from the server to get the file. You can't send either an uploaded file or a response to a specific folder. It's the code on the server that has to save the data as a file in that folder.
Despite everything, the person most likely to be fooling you next is yourself.