Upload Image From Android Phonegap To A Server Using Asmx
I'm trying to upload captured/library image from phonegap application (android) , when am calling asmx web service i got a connection error , note that mobile and server are on the
Solution 1:
Use the code path.GetFileName(file.FileName)
, that is:
string targetFilePath ="c:\\deposit\\"+Path.GetFileName(file.FileName);
Post a Comment for "Upload Image From Android Phonegap To A Server Using Asmx"