I have encountered two bugs pertaining to the attempt to upload a file whose filename contains an apostrophe.
- The "progress" message that appears during the upload process and the display of the filename with the green checkmark after the file has been uploaded both display a double-quote instead of the apostrophe. For example, if the filename is "Dan O'Connor.jpg", one sees
Dan O"Connor.jpg
in these messages.
- On my (PC-based) test server, the file is uploaded with the correct filename: Dan O'Connor.jpg
On the (Linux) production server, the file is uploaded with the filename: 'Connor.jpg. That is, the first characters of the filename, "Dan O", are simply dropped.
Is this a known bug? Is there a way to avoid these problems?