Open ba66e77 opened 6 years ago
I've been able to replicate the problem on local using the develop
branch. It looks like an _sid_ directory is being created in the file system which holds the duplicated files
vagrant@local:/var/www/dojfoia/files-private/webform/test_form$ find .
.
./227
./227/empty.txt
./227/eicar.txt
./227/notEicar.txt
./_sid_
./_sid_/eicar_0.txt
[Description of defect] Intermittently when uploading files on a request, subsequent checks of the files entity table (/admin/content/files) will show that a file exists separately as both a Temporary and Permanent file status.
In the screenshot below, two files were uploaded on the submitted request but one of them (smokejumper.png) has been duplicated in Drupal.
Thus far I have not been able to isolate a pattern for when the behavior occurs but have made the following observations
Steps to reproduce the behavior