in reply to Setting Default File for Upload in CGI.pm

You might be able to do that using Javascript.
<head> <script> function screenload() { theform=window.document.forms[0]; theform.upload_form_name.value=DEFAULT_VALUE; } </script> </head> <body onload=screenload()>

Replies are listed 'Best First'.
Re^2: Setting Default File for Upload in CGI.pm
by Joost (Canon) on Sep 20, 2007 at 21:53 UTC