-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
Description
Describe the bug
When uploading a sidecar file to my project in ePADD, the file is being prepended with a 'C:\fakepath' text string in the front so the literal filename is 'C:\fakepath\drsConfig.txt'.
To Reproduce
Steps to reproduce the behavior:
ON a MAC:
- Prepare a project with email data (I imported some mbox data)
- Go to Import
- Scroll down to Upload a Sidecar file
- Click on the icon to upload and navigate to a predefined txt file (mine was called drsConfig.txt)
- Click upload
Expected behavior
A file called drsConfig.txt should exist in the sidecar but the file is actually called 'C:\fakepath\drsConfig.txt'. I also verified that this is what it is named in my File System (see screenshots)
Desktop (please complete the following information):
- OS: iOs
- Browser Chrome 109.0.5414.119 (Official Build) (x86_64)
- ePADD Version 10.0.3
- Java Version OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9)
Additional context
Another user is on Windows and is not seeing this happen.
Reactions are currently unavailable

