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 Modifier Constructor Description protected
FileTransfer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
upload(String filePath, String serverUrl, FileMgr.FileTransferCallback callback, FileMgr.FileTransferOptions options)
-
-
-
Method Detail
-
upload
public final String upload(String filePath, String serverUrl, FileMgr.FileTransferCallback callback, FileMgr.FileTransferOptions options)
-
-