im doing something similar, I have set up a link from my webserver which is not a very big machine, to my NAS box using standard linux networking protocols...
this may not be the best way to do it, but it works
this may not be the best way to do it, but it works
----- Original Message ----
From: Filipe <[EMAIL PROTECTED]>
To: Django users <[email protected]>
Sent: Monday, September 4, 2006 12:09:40 PM
Subject: Returning images with Django
Hi all,
I need to make some images available on my django website that are
stored on an internal file server. The idea would be that Django would
be listening to requests for those images, the respective view would
read the bytes for the requested image (which would be available
locally via samba) and return the bytes to the web browser.
Can the HttpResponse returned by a View object contain an image? are
there any examples?
Is this possible and the best way to do it?
thanks in advance
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---
From: Filipe <[EMAIL PROTECTED]>
To: Django users <[email protected]>
Sent: Monday, September 4, 2006 12:09:40 PM
Subject: Returning images with Django
Hi all,
I need to make some images available on my django website that are
stored on an internal file server. The idea would be that Django would
be listening to requests for those images, the respective view would
read the bytes for the requested image (which would be available
locally via samba) and return the bytes to the web browser.
Can the HttpResponse returned by a View object contain an image? are
there any examples?
Is this possible and the best way to do it?
thanks in advance
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---
- Returning images with Django Filipe
- Re: Returning images with Django Ian Holsman
- Re: Returning images with Django Filipe
- Re: Returning images with Django Ned Batchelder
- Re: Returning images with Django charles sibbald

