Re: Attachment Mod 1.0.1 by Frank H
Frank, thanks the code was a bit too early - didn't read the code thorough enough..
Hmm. rawurlencode makes every special charter as %-something.. It doesn't look good..
I'm decided to use the _ to replace the gaps - it makes the filenames look "better", so the code would be:
$attach_filename = str_replace (" ", "_", $attach_filename);
But everyone does how they like it better..