yes
This commit is contained in:
parent
672d028469
commit
9e4989e9ff
2
test.py
2
test.py
|
|
@ -25,7 +25,7 @@ def upload_file():
|
||||||
return send_file(
|
return send_file(
|
||||||
path_or_file=dxf_file,
|
path_or_file=dxf_file,
|
||||||
as_attachment=True,
|
as_attachment=True,
|
||||||
download_name='hotovo.dxf',
|
download_name='hotovy.dxf',
|
||||||
mimetype='application/octet-stream'
|
mimetype='application/octet-stream'
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue