Uploads the selected images in buffer to the FTP server as Multi-Page PDF.
| ActiveX Edition | Plug-in Edition | Mac Edition |
|---|---|---|
| Since V4.0 | Since V4.0 | Since V6.4 |
For Mac Edition, the method doesn't support Proxy and SSL.
Boolean ObjectName. FTPUploadAsMultiPagePDF(string strFTPServer, string strFileName)
String strFTPServer: the name of the FTP server.
String strFileName: the name of the image to be uploaded. It should be a relative path on the FTP server.
Boolean.
TRUE indicates success. FALSE indicates failure.
When an error occurs and IfThrowException property is TRUE, an exception will be thrown.
When FALSE is returned or an exception is thrown, check ErrorCode property and ErrorString property for error information.
None.
FTPUserName property, FTPPassword property, FTPPort property, ProxyServer property, FTPDownload(), FTPUpload(), HTTPPort property, HTTPUserName property, HTTPPassword property, HTTPDownload(),, HTTPUploadThroughPost(), HTTPUploadThroughPut(), HTTPUploadAllThroughPostAsMultiPageTIFF(), HTTPUploadAllThroughPutAsMultiPageTIFF(), AllowMultiSelect property
A JavaScript sample is provided.
<script language="javascript">
function btnFTPUploadAllAsMultiPageTIFF_onclick() {
WebTWAIN.FTPUploadAsMultiPagePDF("192.168.1.20", "/WebTWAIN/Images/ImageData.tif");
}
</script>
TWAIN ActiveX |
TWAIN Plug-in |
TWAIN Control |
TWAIN SDK |
Scanner COM
Software Configuration Management |
Version Control |
Source Control
Copyright © 2012 Dynamsoft Corporation. All Rights Reserved.