Pagefile.php line 88
$filename = str_replace(' ', '%20', trim($filename));About which my partner in crime says:
You can't just freaking change the filename I passed in!! Of course
the system copy command isn't going to be able to find a file by that
new name, because that's not the name of my damn file--my filename had
spaces, not %20s.
Maybe Ryan already fixed this in a future version, but in the meantime
I will remove spaces myself so that this doesn't happen..













