PDA

View Full Version : Upload problem with files containing '()'


eranlahav
12th of January 2004 (Mon), 11:59
I have version 1.5b5sp2 and it fails when ImageMagick confused by the (). Any suggestions? I rather not rename all my files.

Thanks.

EL

eranlahav
12th of January 2004 (Mon), 12:13
I added the following lines to ftp.php:

$k_new = str_replace("(","_",$k_new);
$k_new = str_replace(")","_",$k_new);
$k_new = str_replace("&","_",$k_new);

And it works fine. I think this should be added to the RC.

Thanks.

I love this program!

EL