I'm trying to create an API endpoint that uploads an entire folder to AWS S3 and I need to test it with Postman. This answer guides towards selecting multiple files and adding [] to show I'm working with an array. However, my goal is to upload an entire folder at the click of a button since HTML allows folder uploads using
<input type="file" webkitdirectory mozdirectory />
This is my current Postman screen
Is it possible to select a folder, not a file, using Postman?