Forums

uploading folder

my flask app has many files so contained in a folder is there. a way I can upload. the folder at once

Make a zip of your files, upload it and then unzip it on PythonAnywhere.

thank you glen

also if you are using a version control system and have a remote repo (eg: github, bitbucket etc), you can just git clone your repo into pythonanywhere.

How to unzip a file on pythonanywhere?

Use unzip command in the bash console. See https://linux.die.net/man/1/unzip