Customise HTTP headers with Uploader

Is there a way to customise the HTTP headers for the Uploader widget?

For now, the only way to modify the request headers of the uploader is to use the global onBeforeAjax request.

But please note that onBeforeAjax fires on any request and the specified method will affect all of them.

Thank you, I will give this a try.