I'm working on a sencha touch app and I have a form whose need load an jpeg/image and required some headers in the request headers. Simply it can't be load at traditional way, or I get a 403 (forbidden) error.
I try many ways but without success so I think that ajax is the solution. Ajax can load binary data?
Somebody knows if it's possible do that?
Or is it just impossible and I must do it in another way?
Thanks