Accessing "additionalFields" on a node server using express
-
Hi does anyone know how to access the “additionalFields” property of “q-uploader” request on the server side?
I’m using Express and I have the “req” and “res” available on the API endpoint which handles the POST request from the GUI which has the “q-uploader” in a component.
Any help is appreciated…