



안드로이드 php 를 통한 서버에 파일 업로드 하는 소스 입니다.
안드로이드에서 에러 메세지가 뜨지 않고
이미지로 올려둔 터미널상에 에러메세지가 전부입니다.
php 업로드 소스 또한 잘 작동하는걸 따로 확인하였는데
뭐가 문젤까요...?
그나마 예상 되는건
fileStr.substring(fileStr.lastIndexOf(".")+1,fileStr.length())
부분에서 fileStr.length() 에
Call to 'fileStr.length()' is redundant less... (Ctrl+F1)
Inspection info: Reports a variety of redundant String-related operations like calling String.toString() or String.substring(0). Also, reports usage of redundant String constructors like new String() (equivalent to "") or new String(anotherString) (equivalent to anotherString). Such code, when fixed, may change the program semantics if String referential equality is important (which is commonly considered as a bad practice). In this case, consider suppressing the warning.
메세지가 뜹니다.