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)
I am trying to get this to work in an iPhone app and am wondering if you have any recommendations for replacing the "input type="file"" part of the code since that isn't supported on an iPhone. If I have a base64 string of an image could I feed that to the uploader? How would I go about doing that? Thanks in advance for your advice, lukaszkorecki.