Subject: | print $q->filefield(-name=>'name',-default=>'foo'); does not work correctly |
rint $q->filefield(-name=>'uploaded_file',
-default=>'foo',
-size=>40);
This will NOT place 'foo' in the filefield box as expected. I am using perl5.6.1 on redhat 6.2.
No errors in apache.
Thank you!