Menu

#63 v2.6 NameError on Upload

closed
nobody
5
2012-09-12
2012-08-17
Anonymous
No

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

Discussion

  • Anonymous

    Anonymous - 2012-08-17

    Correction:

    The right NameError is:
    NameError: global name 'myFieldStorage' is not defined

     
  • Christopher Miller

    This bug only affected older versions of IE. Fixed in 2.6 (r944).

     

Log in to post a comment.

MongoDB Logo MongoDB