Voting

: one minus one?
(Example: nine)

The Note You're Voting On

geert dot php at myrosoft dot com
18 years ago
When file names do contain single quote parts of the filename are being lost.
eg.: uploading a filename
startName 'middlepart' endName.txt
will be uploaded (and hence stored in the _Files ['userfile'] variable as
endName.txt
skipping everything before the second single quote.

<< Back to user notes page

To Top