I have a parameter like "currentPhoto" and link API key as http://someapikey.
A user has to choose a photo from photo library and upload it to this link. I need to send this photo as a parameter.
Example:
The user chose a photo to let's name it as myPhoto. I need to send this photo to link http://someapikey as parameter "currentPhoto": myPhoto.
It should post request.