Hello,
I am using a Flask app to host a web portal to display data. Part of this app is the upload for files to a database (in this situation I am using the MySQL DB of pythonanywhere). My difficulty has been that some files don't get fully uploaded.
So, I am looking for help to successfully upload for example a 5Mb csv file to a table as a BLOB
Thanks in advance.
Regards, Hugo