I read, from the following link, that cherrypy is putting
file upload
data into a temporary file for me. Then, later, when my
controller is
invoked, it can read from the file and store it in a
permanent file.
http://www.cherrypy.org/browser/trunk/cher
rypy/tutorial/tut09_files.py
If true, then is there a way to move the file rather than
read it
again in
my TG controller?
Seems like this would be potentially more efficient,
especially with
large files, as I am expecting quite often with my video
application.
Can someone please confirm that this temporary file scheme
is indeed
used.
I currently am using CP 2.2.1 with TurboGears.
thanks,
Jesse.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cherrypy-users" group.
To post to this group, send email to cherrypy-users googlegroups.com
To unsubscribe from this group, send email to
cherrypy-users-unsubscribe googlegroups.com
For more options, visit this group at h
ttp://groups.google.com/group/cherrypy-users?hl=en
-~----------~----~----~----~------~----~------~--~---
|