| org.zkoss.zhtml.Object org.zkoss.zhtml.Fileupload
Method Summary | |
public static Media | get() Opens a modal dialog with the default message and title,
and let user upload a file. | public static Media | get(String message, String title) Opens a modal dialog with the specified message and title,
and let user upload a file.
Parameters: message - the message. |
get | public static Media get() throws InterruptedException(Code) | | Opens a modal dialog with the default message and title,
and let user upload a file.
the uploaded content, or null if not ready. |
get | public static Media get(String message, String title) throws InterruptedException(Code) | | Opens a modal dialog with the specified message and title,
and let user upload a file.
Parameters: message - the message. If null, the default is used. Parameters: title - the title. If null, the default is used. the uploaded content, or null if not ready. |
|
|