After uploading an image file (with Greek filename) on my website the image was converted to ÁÕ1.gif (Chinese to me)
I am using this one to download the file from my winForms application
Dim test as string = "ΓΕΡ"
My.Computer.Network.DownloadFile("http://www.example.com/Images/" & test & ".gif", Application.StartupPath & ImageDir & fileName)
Now how can i download the file, since the filename has changed on the server side?