This commit is contained in:
CHIEFSOFT\ameye
2025-12-27 17:42:02 -05:00
parent 0d3078c665
commit fd2edc356c
+3 -3
View File
@@ -126,9 +126,9 @@ def upload_file():
logger.info(f'POST CALLED 2 {request.data}')
logger.info(f'POST CALLED 3 {request.files}')
data = request.get_json()
logger.info(f'POST CALLED 1 {data}')
# data = request.get_json()
# logger.info(f'POST CALLED 1 {data}')
# check if the post request has the file part
if 'file' not in request.files:
logger.info('No file part')