I want to upload image from android to my AWS EC2 node js server
but in this post How to send an image from Android client to Node.js server via HttpUrlConnection?
my android application was shut down in
OutputStream os = conn.getOutputStream();
this code even though I set the correct url.
What is the problem, anyone have better idea uploading image from android to node?