Archerist
Reading multiple files using readFormData
i have an event handler that accepts post requests like this:
In the first log i can see that the
files[]
is an array
but when i use body.get("files[]")
,I'm only getting the first file in the array.
Do i use readMultipartFormData
here instead? I'm not really clear on how to use it properly so help is appreciated.3 replies