logger files

This commit is contained in:
CHIEFSOFT\ameye
2025-12-27 15:03:01 -05:00
parent d83eee6629
commit 0d6e4c8f87
+1
View File
@@ -119,6 +119,7 @@ def allowed_file(filename):
def upload_file():
if request.method == 'POST':
logger.info('POST CALLED')
logger.info(f'POST CALLED {request}')
# check if the post request has the file part
if 'file' not in request.files:
logger.info('No file part')