I need to upload a file to the server. But I have a folder where my file is located, and this file will be there all the time.
Example: c:\myfolder\myfile.bmp
The file will be modified and I have to upload to the server, but without using a control like fileUpload.
I have the publication of file.
How can I upload this file, I´m using ASP.NET aspx
thanks