this is annoying me...

just realized that some code has been failing because it is reading an
image upload twice.
the first time is fine.
the second time is empty.

it seems this is because the file is stored as a socket._fileobject
( http://epydoc.sourceforge.net/stdlib/socket._fileobject-class.html
) , and after being read the pointer ( obj._consumed ) is set to the
length of the file.  socket._fileobject doesn't accept seek() , so i
can't manually reset this.

anyone have a clue what to do ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to