Forums

How to upload a large num of files

I need to upload around 100 files into a directory. Is there anyway I can get them uploaded in one go? Also, is there a way to upload a folder?

zip or tar them into a single file, upload that and then unpack it on PythonAnywhere.

Works. Thanks Glenn!