We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55057e4 commit ed48f41Copy full SHA for ed48f41
info/api/WebTwain_IO.md
@@ -853,8 +853,8 @@ DWObject.FTPUpload(
853
'192.168.8.222', //The FTP Host
854
0, // The index of the image
855
'test.pdf', // The path & name of the file
856
- OnSuccess, // Callback in case of success
857
- OnFailure // Callback in case of failure
+ onSuccess, // Callback in case of success
+ onFailure // Callback in case of failure
858
);
859
```
860
0 commit comments