IPWorks EDI 2020 Python Edition

Questions / Feedback?

send_file Method

Send the specified file to the server.

Syntax

def send_file(local_file: str, virtual_file_name: str) -> None: ...

Remarks

This method connects to the server, and uploads the specified file to the server. The LocalFile parameter contains the path and name of the file to send to the server. The VirtualFileName parameter contains the virtual file name of the file being sent. If this parameter is left as an empty string, the component will use the filename contained in the LocalFile parameter by default.

Note: When set_upload_stream has been called with a valid input stream, the data will be uploaded from there instead of the LocalFile.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 Python Edition - Version 20.0 [Build 8203]