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

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -