I need to have a feature on my Flask app to let users upload whole folders, not the files within them but to also keep the whole tree of folders. Is there a special feature within Flask or do I need to create a code with loops using the single file uploading methods?
Thanks in advance
Chrome supports uploading folders and with Flask we can get a list of files to save.
upload.html
main.py