Re: Timestamp for Apache::Upload uploads.

2003-01-15 Thread Joe Schaefer
Matthew Hodgson [EMAIL PROTECTED] writes: [...] It seems that the question is less to do with mod_perl, and more to do with whether any current browsers give Last-Modified or Modification-Date or similar information in the MIME headers for multipart/form-data uploads. Whilst I had convinced

Re: Timestamp for Apache::Upload uploads.

2003-01-14 Thread Geoffrey Young
Matthew Hodgson wrote: Hi, I could have sworn that at some point under Apache/1.3.27 and mod_perl/1.27 I had the ability to find a timestamp of some kind for uploaded files using Apache::Upload. To be precise, I thought that: $upload = $apr-upload; $filehandle = $upload-fh; $timestamp =

Re: Timestamp for Apache::Upload uploads.

2003-01-14 Thread Matthew Hodgson
Geoffrey Young wrote: Matthew Hodgson wrote: Hi, I could have sworn that at some point under Apache/1.3.27 and mod_perl/1.27 I had the ability to find a timestamp of some kind for uploaded files using Apache::Upload. To be precise, I thought that: $upload = $apr-upload;