Tagged Questions
1
vote
2answers
189 views
Try to download file from server
I'm trying to download a file from my local computer, which is in a library sharepoint. I'm using this function :
try
{
siteURL += "?NoRedirect=true";
...