On Sun, Jul 19, 2009 at 1:05 PM, WilsonOfCanada<w...@sfu.ca> wrote:
>
> Hellos,
>
> I was wondering if I can use Django caching system to store .txt
> or .img files on the client side (as temp file).  I want to use
> javascript to use them later so it would not require to transfer files
> from the server again.  The txt files are just list so there is
> nothing about security, but they are just very long.
>
> thanks
> >
>

There is no way to access a users temporary files.  Django's cache
system is exclusively on the backend.

Alex

-- 
"I disapprove of what you say, but I will defend to the death your
right to say it." -- Voltaire
"The people's good is the highest law." -- Cicero
"Code can always be simpler than you think, but never as simple as you
want" -- Me

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to