Class FileMgr.FileTransfer
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
org.silverpeas.mobile.client.common.file.FileMgr.FileTransfer
- Enclosing class:
- FileMgr
public static class FileMgr.FileTransfer
extends com.google.gwt.core.client.JavaScriptObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringupload(String filePath, String serverUrl, FileMgr.FileTransferCallback callback, FileMgr.FileTransferOptions options) Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
FileTransfer
protected FileTransfer()
-
-
Method Details
-
upload
public final String upload(String filePath, String serverUrl, FileMgr.FileTransferCallback callback, FileMgr.FileTransferOptions options)
-