Is it possible to set HTTP headers while using SWFUpload? I want to use SWFUpload against a REST endpoint that requires special HTTP headers for authentication. That REST endpoint will also return some JSON that I need to parse in JavaScript. Is there a way to get the result from the HTTP call back in JavaScript?

Thanks,
Zack