diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-04 22:39:23 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-04 22:39:23 +0000 |
commit | f6b3007c38a92f48d086a19ea8682dd935b6d4ee (patch) | |
tree | 34b06be11b8bc4a8d3028149e890aac13fcfce33 /eg/cgi | |
parent | efeaa891beb26deace23d0f0d79d1dabb1e7e0a1 (diff) | |
download | perl-f6b3007c38a92f48d086a19ea8682dd935b6d4ee.tar.gz |
Integrate with mainperl.
p4raw-id: //depot/cfgperl@3576
Diffstat (limited to 'eg/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 |