Hi,

Is there a function that will convert file names to something appropriate for a url? I am not sure if there is anything more than converting spaces to %20

for example, the file name is
10132010 l.jpg

and appropriate url file name
10132010%20l.jpg

Thanks,
Chuck

    Ahh Perfect! well I actually used [man]rawurlencode[/man] but that is exactly
    what i was looking for.

    Thanks!
    chuck

      Write a Reply...