Page 1 of 1

double slashes in filenames

Posted: Fri May 27, 2011 4:46 pm
by mwhiting
I have noticed that when I use the 'postparameters' with 'extra', it puts double slashes (esacpe backslashes) into the filename, such as "C:\\temp\\filename.txt"

I understand why it is doing this - to allow it to display in html. I want to do file operations on these filenames though - is there a way to have the extra backslash left out, without removing them myself via str_replace in php? (which is working so far).

Re: double slashes in filenames

Posted: Sat May 28, 2011 10:03 am
by support
Remove them on server-side as you did.