Uploading an image, saving it into a DB as BLOB and later serving it isn't really related to Cloud SQL, you do it the same with as with any other SQL, there are plenty of examples online if you google it.
More to the more though, you probably don't want to use Cloud SQL to store the actual image anyway, you can use either datastore or Cloud SQL to store the metadata, for storing the actual image, you could consider using Google Cloud Storage. HTH. -- Joe On Mon, 27 Apr 2015 at 15:50 Tiago M <[email protected]> wrote: > Hey guys, how can i do upload, use, and download images in my > creations(web sites) in GAE cloud SQL? > i tried to search with blobs, bloobstore plus cloud sql, but nothing .-. > > > im trying to create a website what permits the user to upload images > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-appengine. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/1e326c5e-7b00-49d9-bffe-f36d3d68fed3%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/1e326c5e-7b00-49d9-bffe-f36d3d68fed3%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAD0evNQ%3DdcY6JZ2bi6SMg%3DsTqt3kEM2Lah-cUhS7BhSyzy%3DNww%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
