Julien napisaƂ(a):

> My Django project is served my a certain hosting company, and all the
> static data (videos, images, etc.) is served by an external server in
> another hosting company. The static data is access through an A ip
> redirection for static.mydomain.com
> 
> I'd like to allow users of the website to upload files which would be
> stored on the external server?
> Is that possible, and if so, how? From the documentation I have seen,
> it seems like the FileField object can only save files on a local
> absolute path...
> 
> Any idea?

http://code.djangoproject.com/wiki/AmazonSimpleStorageService is good
starting point (if it works for S3, you should be able to derive from it).

-- 
Jarek Zgoda
Skype: jzgoda | GTalk: [EMAIL PROTECTED] | voice: +48228430101

"We read Knuth so you don't have to." (Tim Peters)

--~--~---------~--~----~------------~-------~--~----~
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