On 12 Dec 2007, at 11:55 am, Julien wrote:

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

I think the general way that is suggested is to nfs share the folder  
from the media server to the application folder. I seem to remember  
it being talked about in the djangobook.

Thanks,

David

-- 
David Reynolds
[EMAIL PROTECTED]



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