We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af32a5 commit e072478Copy full SHA for e072478
examples/tiny_example.py
@@ -11,7 +11,7 @@
11
@app.route("/upload", methods=['GET', 'POST'])
12
def upload_file():
13
if request.method == 'POST':
14
- return jsonify({"result": request.get_array('file')})
+ return jsonify({"result": request.get_array(field_name='file')})
15
return '''
16
<!doctype html>
17
<title>Upload an excel file</title>
0 commit comments