Download As Zip does not download all files.
Hi,
I've seen some others post similar questions to this but there doesn't seem to be much of an answer. I have a piece of code that generates some HTML files into the folder. When I select to download everything as a zip, the zip file doesn't contain anything else but the one main.py file in the folder. In fact, I tested it additionally and it only downloads the files I manually created but none of the auto-generated html files created by the main.py code.
Any solution to this so I can obtain all the files?
Coder100
rename the files to something else and rename it back.
https://repl.it/bugs <-- report it
Yes, this seems to be a recurring issue; files generated by programs (not generated manually in the IDE) do not appear to work on download. If they are plain text files, open them in the IDE and modify them in some way (such as putting a space at the end if possible), or set up a web server to download them.