0
これはiOSのプロジェクトで私のJavaScriptとHTMLです:webviewでJavaScriptからデータを取得するにはどうすればよいですか?
<input type="file" id="upload">
と私は私のWebView
func webload() {
let myPath = NSBundle.mainBundle().pathForResource("index", ofType: "html")
webview.loadRequest(NSURLRequest(URL: NSURL(string: myPath!)!))
}
でHTMLを開くが、どのように私は私のiOS APP上のファイルを入手できますか?