Posted by Janwillem Borleffs on 07/25/05 00:38
Ed Koren wrote:
> I am writing a small application to handle file uploads for an
> intranet. The application prompts the user if the uploaded file
> already exists on the server, however, I would like to give them the
> option to
> overwrite files without prompt, if the uploaded files are newer than
> those on the server.
Uploaded files are always newer then files already existing on the server.
When I upload a file at 13:00 and upload the same file at 13:01, the latter
version will be newer then the formal one and alter the last modified date
accordingly. This way, the prompt will never be shown again...
JW
[Back to original message]
|