Table of Contents

Upload file to a share

Upload a file to an Azure Files share.

Properties

Name Type Description
Connection Required The Azure Files connection to a Share.
Target Directory Optional Directory to store the file in.
File name Required The name file to upload.
File Data Required The source for the file content. It must be a byte array or Stream.
Overwrite If not checked, the action will fail if a file with the same name already exists.
Result variable name Optional Add a name if You want to get an result object with information on e.g. the new file id for the uploaded file.