I've read the sources and found that webpy uses cgi.FieldStorage to
parse multipart form post.
I think that your implementation of upload progress might be
incorrect, because after calling submit = web.input(myfile={}), file
contents are probably already on server, and then you copy it from the
returned descriptor to another location.
On Feb 9, 11:42 pm, Oetzi <[email protected]> wrote:
> I made a route to get the info directly from the database (using
> store.__getitem__()) and it definitely isn't incrementing. I think I'm going
> mad.
--
You received this message because you are subscribed to the Google Groups
"web.py" 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/webpy?hl=en.