Hi KScott,

Do you have one example of upload images resize these and save in cloud 
sql? thank you very much!!!!

El domingo, 26 de agosto de 2012 04:10:32 UTC+2, seafangs escribió:
>
> Hello,
>
> I'm new to GAE (and this forum), please forgive any ignorance on my part. 
> I've been searching around to find out what the best practice is, to allow 
> users to upload images using Django on GAE. The clincher is that I want to 
> use Cloud SQL.
>
> I see that the docs recommend the Blobstore as the place to store images. 
> I understand that I am also able to store images in a Cloud SQL MEDIUMBLOB 
> (or equivalent) field (or even in a TextField in a binary form). However I 
> also understand that the latter approaches -- storing it into a MEDIUMBLOB 
> or as binary data -- are advised against.
>
> So that brings me back to storing it in the Blobstore. But will I be able 
> to use the Blobstore and Cloud SQL in the same GAE environment? I got the 
> impression that the Datastore and Cloud SQL were more or less alternatives 
> to each other. But I also get the impression that Blobstore is separate, in 
> some sense, from the normal Datastore.
>
> Can anyone offer me any guidance on a best approach?
>
>

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to