Re: Posting files through the shindig makeRequest proxy

2012-01-30 Thread Mark Weitzel
We ran into this problem when we had an app that was using flash. We essentially created a short lived, one time use token that the javascript part of the app could ask for. It then gives it to the flash part of the app that invokes the upload. Here's the binary api I'm talking about: http://docs.j

Re: Posting files through the shindig makeRequest proxy

2012-01-25 Thread Ryan J Baxter
: ryanjbaxter.com Chat: rbaxter85 ryanjasonbaxter Find me on: and within IBM on: 550 King St Littleton, MA 01460-1250 United States From: Dan Dumont/Westford/IBM@Lotus To: dev@shindig.apache.org, Date: 01/25/2012 06:01 PM Subject:Posting files through the shindig

Posting files through the shindig makeRequest proxy

2012-01-25 Thread Dan Dumont
It looks like shindig has a pretty significant issue here in that posting file attachments through the proxy does not seem possible. >From what I've read online, passing a form element to a native xhr in FF and chrome will create a multipart mime post for you to the target. In IE you have to u