I'll try to keep this simple, I have a web server where user's drop pdf's into a folder to be display'd on the web. when the cgi is launched, it reads the contents of the folder and then created a dynamic web page based on that. so a file may be called "1/25/99-Bruck.pdf" (Note the "/") and the url would be somesite.org/1/25/99-Bruck.pdf
Is their any way to pack a file name with web friendly string. Example " " would be "%20"
skreuzer@condenast.com