node.js - Blob storage in parse sdk -


can store blob files in parse collection if in mysql. found out can upload file parse , save url in collection. thinking of storing blob in record itself. can save parse collection

q- can store blob files in parse collection if in mysql?
a- no. can save files on parse, in return image, it'll give direct link (url) , name image have uploaded. that's requires.

if want how save files on parse, see these links:

parse.file

and

upload files via ajax (javascript)


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -