Forum Moderators: coopster
Part of a system if just set up allows users to upload files and images. Problem is the system is designed to be used by both adults and children, so we are having to make it a user friendly as possible.
Somebody has suggested that kids are likely to upload images with file names such as:
my%20image.gif
my images.gif
i've used the preg_replace php function to remove the whitespace, but am struggling to replace the %20 with an _ .
I'm sure its fairly simple so if anybody could help i'd be most grateful.
Thanks
Rob