Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow upsert file to upload to a temporary file first #97

Open
jhorbulyk opened this issue Feb 4, 2022 · 0 comments
Open

Allow upsert file to upload to a temporary file first #97

jhorbulyk opened this issue Feb 4, 2022 · 0 comments

Comments

@jhorbulyk
Copy link
Contributor

Other Feature Request

Description

The component upload files to the SFTP as streams. This means a file becomes visible immediately, but it takes some time to upload everything. It is possible that another process could grab a partially ready file. One way to solve this is to first upload the file to a temporary path and then move the file into its final position. This can currently be done by placing the move file action after the upsetFile action. However, it would be convenient if this behavior was included as part of this action as an optional behavior.

Definition of Done

There is an optional checkbox in the component. When checked we save that file as Chrome does (e.g. with .part extension) and rename the file once uploading is completed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant