POST/Upload Images to PHP service

Hey guys!

Could you provide any help with how images taken from the device’s camera can be uploaded onto a PHP-based Server? I was thinking of shifting my app’s development from android studio to Fuse. I was able to achieve this feat via Google’s Volley library in my android app but couldn’t really figure out how to do the same in FuseJS. The Image needs to be uploaded onto the server along with data on the device’s location, user’s ID and the timestamp in json. Any help would be much appreciated!

Cheers!