Is it possible not to allow uploads with spaces?
(example: george jungle.gif would not be a valid file name to upload)
Kehbop,
In cpg 1.4.x those spaces are rewritten with underscores. So "george of the jungle.jpg" would become george_of_the_jungle.jpg.
Dennis
in cpg1.3.x, add a space to "Characters forbidden in filenames" in coppermine's config
thank you!