File not found exception in android
问题 I am using encryption in java and performing decryption in php. Now when i passed encrypted parameter to the url, i don't get the proper response. Here is my android code. public static InputStream multipartPOST(String urlStr, Hashtable<String, String> stringParams, Hashtable<String, File> fileParams) throws Exception {URL connectURL = new URL(urlStr); conn = (HttpURLConnection)connectURL.openConnection(); conn.setDoInput(true); conn.setDoOutput(true); conn.setUseCaches(false); //conn