TryUploadFile Procedure
Tries to upload the data to the provided filepath.
Overloads
Name | Description |
---|---|
TryUploadFile(Codeunit "Temp Blob"; Text) | Tries to upload the data to the provided filepath. |
TryUploadFile(Record "QWETB tTempBlob" temporary; Text) | Tries to upload the data to the provided filepath. |
TryUploadFile(Codeunit "Temp Blob"; Text) Procedure
Tries to upload the data to the provided filepath.
Signature
[TryFunction]
TryUploadFile(var FileTempBlob: Codeunit "Temp Blob"; RemoteFilePath: Text)
Parameters
var FileTempBlob
Codeunit "Temp Blob"
The data to upload.
RemoteFilePath
Text
The remote path and filename to upload to.
TryUploadFile(Record "QWETB tTempBlob" temporary; Text) Procedure
Tries to upload the data to the provided filepath.
Signature
[TryFunction]
TryUploadFile(var FileTempBlob: Record "QWETB tTempBlob" temporary; RemoteFilePath: Text)
Parameters
var FileTempBlob
Record "QWETB tTempBlob" temporary
The data to upload.
RemoteFilePath
Text
The remote path and filename to upload to.
This documentation is generated from Spider v25.2.234077.0