> I'm using forms.FileField() to allow users to upload photos.
>
> After a photos is uploaded, I want to save the photo to one or more
> than one remote machine(s) which are dedicated to serving images. How
> do I do that?
>
> Thanks.
Have a look at this app:
https://github.com/seanbrant/django-queued-storage
That will manage moving the file to a backend storage system (s3, SAN,
etc) and handle the movement time as well.
HTH
Dan
>
> --
> 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 django-users+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
>
>
--
Dan Hilton
============================
www.twitter.com/danhilton
www.DanHilton.co.uk
============================
--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment