On 8/23/06, Gabriel Puliatti <[EMAIL PROTECTED]> wrote:
>
> On 8/23/06, zenx <[EMAIL PROTECTED]> wrote:
> > But how could I upload files with Django FileField or ImageField to
> > another webserver than the one using django?
>
> I think it meant something like a separate server, not a machine.
>
> Like using apache to run Django and lightTPD to serve the media files.
>

If you do want to send to a completely different machine, you'll need
to write your own views that can copy files (using scp, or something
similar).

Jay P.

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

Reply via email to