I have run into an error message with the uploader. I am saving the files to \UploaderTemp, but when I try to copy to another folder, I get an error.
I have made a new folder \OrderUploads the same level as the \UploaderTemp and it has the same permissions.
In the code I have
args.CopyTo(
\\OrderUploads);
When I do that, then the uploader gives me the message that access is denied to that folder. Both ASPNET and NETWORK SERVICE have the same permissions.
Is there something else I need to do? I don't really need to copy the files to another folder if I can rename them as they are uploaded.