Upload Image using blackberry
问题 I want to upload an image in blackberry simulator using MultipartPostData, the following is my code but it does not seem to work. I have also signed my .cod file. Can anyone help me please? public void postData(String Url, bytes[] data) { if (DeviceInfo.isSimulator()){ Url=Url+";deviceSide=true"; } HttpConnection httpConn=null; OutputStream os=null; InputStream is=null; String url=Url; try { PostData form = new MultipartPostData(MultipartPostData.DEFAULT_CHARSET, false) ; byte [] postData =