I’ve uploaded some files with the UI Builder Upload Button. The name of those files contain spaces and “+”-characters. The result is, that I cannot delete those files anymore from the console file browser (“File or directory cannot be found”).
I think the reason is, that the file upload button is returning a “half way” url encoded file url. Spaces get replaced by “+”-characters and the “+”-character is encoded as %2B. However, this is not how the files are then represented on the backendless file system.
I’ll send you the details about my non-deletable files via email. Please remove them for me.
To avoid such situations, I’m using a file name logic for the file upload button which looks like this:
However, it would be good if there wouldn’t be the need to do this!
@Inna_Shkolnaya
No. I can still provoke an error by using “funny” characters in filenames, although these “funny” characters are valid filename characters for my Windows system.
Here is an example of such a filename: 1630416429171,p-104__v-7x2@2dL_-bc8ecb.jpg
This causes the error: Error: Path contains prohibited symbols:
For cleaning up such filenames I’m using the “File Name Logic” handler with the following substitution: