Re: Stupid Newbie Question Concerning CGI and Reading Forward Slashes



Steve Holden wrote:
> It's not a common question, but it's relatively easily answered. You are
> splitting everything but the filename off with os.path.split and then
> complaining about the result! Once you stop doing that your problem is
> solved.

Thus, it's a stupid newbie question. Thanks a lot for your help. It
seems I was just being plain stupid.

.