I try to POST images to server. I have finished it successfully like this:
I have webView, catch "right" url and switch viewControllers.
After switch them I choose image from PhotoLibrary or from camera, POST it and switch controllers back.
P.S. As u know, in mobile safary(in webview too) all "choose" buttons on sites are disabled.
I think that it isn't straightforward way, so..
My question:
Can I choose images from webview's button "choose"? I want to choose images on iDevices similar PC without another viewControllers.
I'm newbie in programming, but I have some ideas(don't know how to realize them):
1.Upload image to DOM. And use "save" button on webView.
2.Add button with selector(can I?) to webView with Javascript. And handle this selector.(smth like that) I saw similar thing for toolbar item.