Billy T
07-13-2003, 12:06 PM
Hey all
I'm making something where the user types a name (eg "gallery 1 test") and my script stores that name and also creates an xml file of the same name.
All works fine if there are no spaces in the name or anything but if there is I get errors. So, I escape the name before I create the new file and end up with files called "gallery%201%20test.xml" which flash doesn't seem to be able to load back in
Anyone know a solution?
Thanks
I'm making something where the user types a name (eg "gallery 1 test") and my script stores that name and also creates an xml file of the same name.
All works fine if there are no spaces in the name or anything but if there is I get errors. So, I escape the name before I create the new file and end up with files called "gallery%201%20test.xml" which flash doesn't seem to be able to load back in
Anyone know a solution?
Thanks