Hi,
I need to upload a file in C# using an httpwebrequest. I don't need to post any form data. It's a scheduled task that will run once a night and upload a file to a server. It will need to set the credentials. I've seen some examples and I'm not really sure what's happening in them and they all include form data. Would it be possible for some to share some sample code with an explanation as to why I'm doing what I'm doing so I can learn it. I would really appreciate it.