I am trying to eliminate the underscore that automatically is added after uploding the image. It just makes it messy and sometimes hard to figure out the name of the file especially when the file name has many words in it. Ho can I just mantain the space that is orinally on the file name before its uploaded?
You'd be better off changing the fixfilenames() function in pp-inc.php to change the "_" to a "" so as to not replace characters with actual underscores.
__________________ Please do not PM me for support or sales questions. Thank you for your understanding.