Works in Mikrob which is deployed both to Titanium Desktop and as a Chrome Application.
This code was extracted from my own code and a wrapper library which I'm working on.
Any questions? Post them in comments.
Here's where everything happens:
-
jsOAuth goes through your post data and checks whether a reference to a file was included source
-
if it finds one, it resets the conent-type source
-
and build the whole form data object for you source
Few things to keep in mind:
-
I used it only with an API which doesn't use OAuth-echo, and allows direct uploads
-
this is based on OAuth 1.0a (Oauth2 is not supported yet)
In theory you could use my example and change this line:
to
jsOAuth works out whether the data you're uploading is a string or a file field (as it can be seen here). Probably you will have to override the
Content-Type
header.