I'm using Parse.com to build a javascript app, and I need to upload photos. I have a form which allows users to select the image on their filesystem, but what do I do with it next? I can't find any documentation for this on the Parse site (not for the javascriptSDK, anyway).
Thanks for any help!
Ok, I found the answer after some more Googling (and after it occurred to me to Google 'file upload' instead of just 'image upload'!). I used this:
http://help.gotiggr.com/documentation/services/examples-connecting-to-mobile-back-ends/parse/file-upload
Thought it might come in handy for someone else!
Here's a quick example on how to upload an image: