start_multipart_form( { -action => "action_upload.cgi", -enctype => "application/x-www-form-urlencoded", -method => "post" } ), .............some html table code................................. Tr( { -style => "background-color:#CCCCCC" }, td( strong( "Enter the file you want to upload" ) ), td( filefield( { -name=>'file', -default=>'starting value', -size=>30, -maxlength=>80 } ) ), #end td ), #end Tr