Problems with Firefox Problems with Firefox
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Problems with Firefox

Started by blazer380, April 08, 2005, 04:41:06 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

blazer380

Whenever I have a file that has spaces in it. And you click on 'Click Here to Download', it only tries to save everything before the space, so inevitably the extension doesnt get saved. It works fine in IE. Anything I can change in the code to let firefox recognize the spaces?

Maybe replacing htmlspecialchars with rawurlencode
If thats what I need to change, which file do I need to edit?

blazer380

i tried replacing in displayimage.php:

download.php?pid={$CURRENT_PIC_DATA['pid']}\">Click here to download</a>

with

download.php?pid={rawurlencode($CURRENT_PIC_DATA['pid'])}\">Click here to download</a>

but i get a parse error.

Vortex_ICS

did somebody get this working ??  ???

Casper

This is actually a mod you have added, and this should be on the thread dealing with that mod.

But you should always try to avoid having spaces in filenames and folders.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here