double slashes in filenames

Upload core product.
Post Reply
mwhiting
Posts: 8
Joined: Wed May 25, 2011 3:14 am

double slashes in filenames

Post 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).

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: double slashes in filenames

Post by support »

Remove them on server-side as you did.

Post Reply