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 9f56d1a commit acd2d9cCopy full SHA for acd2d9c
app/app.py
@@ -119,7 +119,7 @@ def index():
119
full_path = os.path.abspath(os.path.join(app.config['UPLOAD_DIR'], filename))
120
# Save the file in the UPLOAD_DIR directory
121
md = saveFile(file, full_path)
122
- return redirect(url_for('functions', filename=md.UUID))
+ return redirect(url_for('functions', basename=md.basename, filename=md.UUID))
123
else:
124
files, errs = getExistingFiles()
125
if request.args.get("err"):
0 commit comments