I’m not really sure if anvil provides a facility to upload an entire folder. I’m unable to do it on anvil. If anvil doesn’t provide this facility, what can be alternate options to consider?
I’d imagine you could upload and download a zip file.
Actually i want the user to upload an entire folder containing images, so that i can perform some functions on them. So if i upload a zip file, I’ll also have to unzip it in order to get the images.
Yes, that is correct. There are python packages that will do that.
Even better, one of those packages is included in the Python standard library. It’s already installed, and ready to import
.