Greetings,
It seems that when using a POST request to upload a file, getUploadedFiles() behaves as expected, but when identical code is used but for using PUT requests instead of POST, getUploadedFiles() returns an empty array.
Is this for a particular reason? Is there a way to trivially access the uploaded files from a PUT request?
Thanks!