jQuery-Parse icon indicating copy to clipboard operation
jQuery-Parse copied to clipboard

Uploading image

Open grebbekevin opened this issue 10 years ago • 1 comments

Is there a way to upload a image with this class to parse? and when it does, how can i do it?

grebbekevin avatar May 13 '15 12:05 grebbekevin

$.parse doesn't expose header switching (which it should). However, I would highly recommend you use a tool like filepicker.io to do file management and use parse as the pointer to that file. Filepicker is wicked easy to use. When you get a response from filepicker with the FP url, you can just post/put that to parse.

srhyne avatar May 20 '15 14:05 srhyne