المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to send filenames containing '#' to WebDAV Server



C# Programming
06-19-2011, 07:51 PM
Hello.

I'm trying upload a file which name contains '#', for example: '#1.doc', or 'myFile#125.exe' to WebDAV Server, which is running on Linux.
I use HttpUtility.UrlEncode() Method for encoding URL, but everytime the result will be files with name '1.doc' and 'myFile' on the server.

Please, give some advice.

Thank you.