This commit is contained in:
16
app.py
16
app.py
@@ -194,21 +194,9 @@ def upload_file():
|
||||
bucket_name, uploaded_file.filename, uploaded_file, size
|
||||
)
|
||||
|
||||
return """
|
||||
<h1>stored</h1>
|
||||
<form method=post enctype=multipart/form-data>
|
||||
<input type=file name=file>
|
||||
<input type=submit value=Upload>
|
||||
</form>
|
||||
"""
|
||||
return "OK"
|
||||
|
||||
return """
|
||||
<h1>Upload IPS File</h1>
|
||||
<form method=post enctype=multipart/form-data>
|
||||
<input type=file name=file>
|
||||
<input type=submit value=Upload>
|
||||
</form>
|
||||
"""
|
||||
return " NE OK "
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user