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

When uploading a file. The name should be prefixed or suffixed by something explicit #3

Open
scritch007 opened this issue Jul 31, 2014 · 0 comments

Comments

@scritch007
Copy link
Owner

In the current implementation of the upload system, the destination file already has it's final name. If someone accesses to the folder, there's no way to know this file is not complete yet.

In order to solve this issue, the upload should append something to the destination file, and only once the upload is completed, rename it to it's final value

scritch007 pushed a commit that referenced this issue Sep 14, 2014
Related to #3

Suffix file by .upload during the upload
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