0

I have an api that transfers data to my mobile app. On the server I'm using Phalcon framework. Do you know how can I send photos from my mobile app, to the server, parse them, save them into a folder and then send the response back with the url? I haven't found anything in the documentation

I am using REST with JSON. Thank you!

AndreiTiberiu
  • 55
  • 2
  • 6

1 Answers1

1

Have a look at these resources:

ByteArray - JSON

Binary Data in JSON

BSON Library for Java

Community
  • 1
  • 1
Nikolaos Dimopoulos
  • 11,495
  • 6
  • 39
  • 67