0

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 Screenshot showing form submission using Postman Is it possible to select a folder, not a file, using Postman?

Adam E.
  • 84
  • 10
murage kibicho
  • 546
  • 5
  • 14

0 Answers0