Hacker News new | ask | show | jobs
by ranyefet 3625 days ago
You can turn the uploaded image into base64 string in the client and then just post it as part of your JSON payload.
1 comments

This is what I've been doing and it's very simple for both client apps and on the server. I don't know if this is feasible for larger files tho.