EddieVenus
Technical User
i am using server.urlencode to change a filename into a URLable filename. I have used it before with no problems. But this time I am using the 'filevariable'.name command in my code it is called f1.name . But for some reason instead of file%20name.avi I get file+name%2Eavi. The . or %2E is no big deal, but the + just do not work in the URL. As you can tell these are video files, and when I try to click on any links with spaces in the name I can see the link on the bottom of the screen, and in the address bar once I click, but I still get a file not found error. Any files without spaces are fine, they open and play just like they should. If anyone has an alternate to server.urlencode, or knows of another way around this small snag, please let me know. Thank you.
EddieVenus
EddieVenus