Upload image to server from Blackberry
问题 I am trying to send an image to server. I converted the image to a byte array. I then tried the code from "HTTP Post multipart file upload in Java ME" on the Nokia developer forums. I also tried the code from "HTTP POST and passing parameters in URLs" on the BlackBerry forums. I am passing parameters and getting response code 200. But image is not sent to the server. I am stuck on this. 回答1: try{ FileConnection fis=(FileConnection)Connector.open(filename); InputStream inputStream = fis