webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | List of all members
<WebOpenPanelResultListener > Protocol Reference

#import <WebUIDelegate.h>

Inheritance diagram for <WebOpenPanelResultListener >:

Instance Methods

(void- chooseFilename:
 
(void- chooseFilenames:
 
(void- cancel
 

Method Documentation

◆ cancel()

cancel Call this method to indicate that the file open panel was cancelled.

◆ chooseFilename:()

- (void WebOpenPanelResultListener) chooseFilename: (NSString *)  fileName

chooseFilename: Call this method to return a filename from the file open panel.

Parameters
fileNamethe path of the selected file

◆ chooseFilenames:()

- (void WebOpenPanelResultListener) chooseFilenames: (10_6)  WEBKIT_AVAILABLE_MAC

chooseFilenames: Call this method to return an array of filenames from the file open panel.

Parameters
fileNamesan array of paths of selected files

The documentation for this protocol was generated from the following file: