You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When moving an object (a jpeg file) to a folder, we get an error indicating that the file already exists at the new location - this is not true however the backend copies/moves the file correctly to the new location and returns a JSON fragment with the cwd, cdc and tree attributes.
How to reproduce
Drag a file to a folder (move)
The backend get's a "paste" request with a "dst" parameter and a target array with one element
The backend moves the file and returns a JSON with cwd, cdc and tree attributes and HTTP status 200
The frontend displays the error message
A subsequent reload displays a correct file listing in the source directory (file not there anymore) and the target directory (file is there - the move was performed)
Environment:
elFinder version 2.1.20
JQuery 1.11.4
Using transport proxy for version 1 (due to the backend API)
In this screenshot, the file "iMac-24.jpg" is being dragged and dropped onto the "Test" folder.
The text was updated successfully, but these errors were encountered:
When moving an object (a jpeg file) to a folder, we get an error indicating that the file already exists at the new location - this is not true however the backend copies/moves the file correctly to the new location and returns a JSON fragment with the cwd, cdc and tree attributes.
How to reproduce
Environment:
In this screenshot, the file "iMac-24.jpg" is being dragged and dropped onto the "Test" folder.
The text was updated successfully, but these errors were encountered: