File upload through Android gives 503, but works fine in REST Client
问题 I have a web service written in PHP (runs on LAMP stack) that I use to upload a file and process it. When I call this from my android app, the server returns error 503. In Android, if I remove the file upload part and pass other parameters, it works !!! If I comment all the code, still it gives error. So it looks like for some reason the file upload via Android is not working !! Note : It was working until last week. Last week I moved my web server to new hosting (different IP) - That's all.