backslash question
Posted: Thu Apr 24, 2003 8:49 am
I have an input box which contains a path like c:\test\temp
when I submit the form and request the field, it doubles the backslash so I get
c:\\test\\temp, and if I'll post again I'll get c:\\\\test\\\\temp.
why is that , and what can I do to prevent this from happening?
btw - I did the same thing with asp and it didn't double the "\" .
Thanks
Guy
when I submit the form and request the field, it doubles the backslash so I get
c:\\test\\temp, and if I'll post again I'll get c:\\\\test\\\\temp.
why is that , and what can I do to prevent this from happening?
btw - I did the same thing with asp and it didn't double the "\" .
Thanks
Guy