我使用以下代码将图像从Android上传到网络服务器。它工作正常,除了接收到的图像是内容类型八位字节流,我需要它是内容类型图像。知道如何设置内容类型吗?publicvoidsendImage(finalBitmapmBitmap,finalStringcaption,finalWebListenerwebListener){Threadthread=newThread(newRunnable(){@Overridepublicvoidrun(){AQueryaq=newAQuery(smApplication);Mapparams=newHashMap();params.put("fi