Re: [PATCH] File Upload using FORMs

>From a quick glance, it seems there are at least a couple minor
>things that will need resolving; e.g. on:
>
>    http://validator.w3.org:8000/check?uri=http://www.w3.org/
>
>the last modified and character encoding fields reported are a
>little strange. (This may be a result of mis-patching on my part.)

Got `em. The charset code is using $1 instead of $2 and the last modified
code needs to wrap the call to gmtime() inside a scalar() call becuase it's
called in list context. I'll send a patch later tonight when i get at my
development system (and a decent email client ;D).

Received on Wednesday, 1 December 1999 10:26:56 UTC