diff options
Diffstat (limited to 'eg/cgi/file_upload.cgi')
-rw-r--r-- | eg/cgi/file_upload.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eg/cgi/file_upload.cgi b/eg/cgi/file_upload.cgi index 38f85479f7..3037de7b14 100644 --- a/eg/cgi/file_upload.cgi +++ b/eg/cgi/file_upload.cgi @@ -12,7 +12,7 @@ print strong("Version "),$CGI::VERSION,p; print h1("File Upload Example"), 'This example demonstrates how to prompt the remote user to select a remote file for uploading. ', - strong("This feature only works with Netscape 2.0 browsers."), + strong("This feature only works with Netscape 2.0 or greater, or IE 4.0 or greater."), p, 'Select the ',cite('browser'),' button to choose a text file to upload. When you press the submit button, this script |