Unable to upload files to folders whose names contain ampersands #1342
Unanswered
redherring917b
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Thanks for reporting this! I’ll take a look into the issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When attempting to upload files to a folder whose name contains an ampersand I am met with the "The specified folder for upload isn't writeable." error message that's fired as a result of a failure to meet this condition: if ( is_writable($targetPath) )
I am able to successfully create, rename, copy etc. folders whose names contains ampersands, but there is something specific about the upload action that is failing. Forgive me as it's been awhile, but I do not believe that we've "messed with" any of this related code, so does the utility's base code perhaps not encode / decode folder names properly during an attempted upload? I tried to confirm with the demo but it outright restricts creating and renaming folders.
Many thanks in advance to any / all that might lend insight here.
Beta Was this translation helpful? Give feedback.
All reactions