I need to get or capture the JavaScript command executed when I tap on a button or a menu into a web from UIWebView
I don't know wich functtion uses a site to upload a file so I need to capture it.
The purpose of this is to make a javascript file upload by just tapping a UIButton
. The JS executes into the UIWebView
with [webView stringByEvaluatingJavaScriptFromString:@"js_code_here"];
There is any way to do that?