Hey from my web version when I upload an image this is the struct that is created:
"user" => %{
"avatar" => %Plug.Upload{
content_type: "image/jpeg",
filename: "ConceptArt_SneakySneaky_011 (2).jpg",
path: "/tmp/plug-1536/multipart-1536590148-521595600991125-4"
},
how could i send a picture in similar fashion from a react native app?
with form-field? or is is doable in json? in postman it works with json, but i cannot send the picture there