michael watson (IAH-C) wrote:
> Hi guys
>
> Hope someone can help.
>
> My file is called lame#19.gpr
>
> I am trying to send this to my cgi script, so my url looks like:
>
> cgi?filename=lame#19.gpr
>
> But of course "#" is a special character for a URL, so my
> filename parameter gets cut
Michael,
Try the URL encoding %23
cgi?filename=lame%2319.gpr
This might work, or it might suck. Try it though.
Kristofer
--- "michael watson (IAH-C)" <[EMAIL PROTECTED]> wrote:
> Hi guys
>
> Hope someone can help.
>
> My file is called lame#19.gpr
>
> I am trying to send this to my