Multipart entity file uploading java.lang.ArrayIndexOutOfBoundsException
问题 Multipart entity file uploading with array of files. I have mentioned the error code below, please help me resolve this issue. Exception java.lang.ArrayIndexOutOfBoundsException: length=2; index=2. Thanks in Advance. Code: try{ int i = 0; HttpEntity httpEntity = null; HttpResponse httpResponse = null; HttpClient httpClient = new DefaultHttpClient(); int selectedImgLength = selectedItems.size(); File[] mfile = new File[selectedImgLength]; for( i = 0; i<selectedImgLength;i++){ //mfile[i]=