verrio![]() 2008-08-23 00:38 | I've installed quick.cart 3.1 to my server it seems to work exept for one thing. Image uploading is a problem. When i upload a image from my hard drive to the webserver, it uploads but the filename is renamed to al underscores. » Quick.Cart v3.xverrio |
beholder2008-08-25 13:20 | this must be a server thing. Try it on some other provider, if it work ok, tell the first provider that it is fu*ked up. |
Makaron2008-08-26 11:18 | Go to file libraries/FileJobs.php to function changeFileName and
$sFileName = ereg_replace( '\<', '_', $sFileName );
$sFileName = ereg_replace( '\>', '_', $sFileName );
|