1

I was referred to this link
(Upload large file in Android without outofmemory error)
for send internal storage file to server After that i got error internal server error code 500.In my previous app, it was working perfectly Is this client side or my server side problem?

I am using file directory :-

 File mydir = context.getDir("mydir",Context.MODE_PRIVATE);
Community
  • 1
  • 1

1 Answers1

0

This is a error which can be occur due to your mistake.I think you should also post your code with you question which would also help us to understand what you are doing and will easy to amplify your mistake. I am referring you to this link which explains more about server error (error code 500) here and check the timeout you are using in your code .

Community
  • 1
  • 1
Black
  • 21
  • 6