Hi there everyone.

In keeping with the 'DRY' theme of django, I'm looking for a good way
to do the following.

* My application allows users to upload files, which their clients
then view on a sister site.
       * To allow for scale, I want to use Amazon S3 or similar, so
that I don't have to overly limit their file           upload sizes.

*I need to figure out (programatically) how to upload the files to s3,
secure them, and then store the access information in django's db, so
that links to the files can be called from the web interface is a
secure fashion.

I googled around and it looks like most django users are using it for
static files, but I know things like pownce are using s3 dynamically.

Any help is appreciated.

Best,
Jacob


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to