This is my url
String serverUrl = http://mob.krill.order-line.co.uk/MobileService.svc/UploadFile/721/Universal Image Loader @#&=+-_.,!()~'%20.png
here Universal Image Loader @#&=+-_.,!()~'%20.png
is just name of file which is dynamically given to string.
HttpPost httpPost = new HttpPost(serverUrl);
I get:
java.lang.IllegalArgumentException: Illegal character in path at index 76: http://mob.krill.order-line.co.uk/MobileService.svc/UploadFile/721/Universal Image Loader @#&=+-_.,!()~'%20.png
what are the remedies?