Has anyone noticed a weird problem with filenames containing a single apostrophe (')?
For example, if I try uploading a file named "This'isatest.txt" using a form, the $_FILES['fld']['name'] only contains "isatest.txt".
I am inspecting the array before doing anything with it, and I can't find any references about this issue on php.net or elsewhere.
For example, if I try uploading a file named "This'isatest.txt" using a form, the $_FILES['fld']['name'] only contains "isatest.txt".
I am inspecting the array before doing anything with it, and I can't find any references about this issue on php.net or elsewhere.