So this is mystery. I created a post request to run against my rest controller.
Basically it simply takes a multipartfile array and uploads them to a repository.
So I create the body as a type form-data
that has a key of files
, as type File.
When I initially configured this a couple of days ago, I was getting the value prompt of Select Files
and I could add multiple files from the file selector that appeared.
However today when I went to use this same postman request this same key value shows a Select File
option, so I can only select one file. I can’t find anything that I could have done to change this behavior.
Can someone provide a clue why I can no longer select multiple files?