Forums

File split affected one of my file and now my flask app not working as should be

File split affected one of my files (244.2 MB) and now my flask app not working as should be in wsgi server, I cheched my app on my machine and it's working fine.

Is there any way to transfer my file without splitting?

Since you're using a paid account you can use SFTP. The 100MB limit is set on uploading via HTTP protocol. See: https://help.pythonanywhere.com/pages/UploadingAndDownloadingFiles/.

Solved by SFTP..... Thankyou

Glad it worked for you!