web.py 使用 cgi 模块来解析用户的输入, 而 cgi 模块对最大输入大小有限制。 ... class upload: def POST(self): try: i = web.input(file={}) except ValueError: ...
確定! 回上一頁