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

Uploading multiple files interrupted with dot files #2753

Closed
dogmaxpeppe opened this issue Oct 29, 2018 · 1 comment
Closed

Uploading multiple files interrupted with dot files #2753

dogmaxpeppe opened this issue Oct 29, 2018 · 1 comment
Assignees

Comments

@dogmaxpeppe
Copy link

When I try to upload multiple files or folders, if there is a file with an initial dot, the remaining files to upload will not be uploaded.

Example:
If I upload multiple files:

  • a.txt
  • b.txt
  • .filedotted
  • c.txt
  • d.txt

c.txt and d.txt will not be uploaded.

This behavior occurs also when I upload folder. If I upload a folder with a initial dotted file, the remaining files to upload in that folder will not be uploaded. This problem doesn't affect subfolders or sibling folders, that will be uploaded correctly (obviously if there's not a initial dotted file).

@nao-pon
Copy link
Member

nao-pon commented Oct 31, 2018

@dogmaxpeppe Currently it is an action to cancel uploading when uploading errors occur, but I will modify it so that it will not cancel items that can be uploaded. Thanks! 👍

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

2 participants