Bugs item #730563, was opened at 2003-04-30 19:45
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=730563&group_id=4866
Category: WebKit
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Example upload does not work -- fast fix
Initial Comment:
in Examples/FileUpload.py, the fileupload(self,trans):
function gets and error when called, saying that 2 args
are expected, and only one was passed.
Since the function does not use trans anyway, I changed
it to
fileupload(self), and that works!
-@...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=730563&group_id=4866
|