On Fri, Oct 2, 2009 at 7:51 AM, Marcelo Criscuolo (Jaú) <[email protected]> wrote: > I'm thinking of something like this in the view: > > response = HttpResponse(mimetype="<whatever>") > input = read contents of your hidden file > response.write(input) > return response
and once it's working, replace the actual data copying with the right headers to make the frontend webserver deliver the file. -- Javier --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

