@app.route(\'/form\') def form(): return render_template(\'form.html\') @app.route("/upload", methods=[\'GET\', \'POST\']) def upload(): if request.m