When uploading a File through the WebInterface the following Error occurs:
[17/Aug/2012:10:33:35] HTTP Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/cherrypy/_cprequest.py", line 606, in respond
cherrypy.response.body = self.handler()
File "/usr/lib/python2.6/site-packages/cherrypy/_cpdispatch.py", line 25, in call
return self.callable(self.args, *self.kwargs)
File "/opt/filelocker2/controller/FileController.py", line 350, in upload
formFields = FileFieldStorage(fp=cherrypy.request.rfile,
NameError: global name 'FileFieldStorage' is not defined
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Correction:
The right NameError is:
NameError: global name 'myFieldStorage' is not defined
This bug only affected older versions of IE. Fixed in 2.6 (r944).