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 e072478 commit 93ecbc5Copy full SHA for 93ecbc5
README.rst
@@ -87,7 +87,7 @@ Here are some example codes::
87
@app.route("/upload", methods=['GET', 'POST'])
88
def upload_file():
89
if request.method == 'POST':
90
- return jsonify({"result": request.get_array('file')})
+ return jsonify({"result": request.get_array(field_name='file')})
91
return '''
92
<!doctype html>
93
<title>Upload an excel file</title>
0 commit comments