Short version: Catalyst/Formbuilder uploads work fine in firefox and chrome, works fine in IE 6... but not IE 8, where it throws an "object expected" error.
Long version: We've got a weird situation -- Catalyst and FormBuilder work together to generate HTML for a form including file uploads -- which work fine for older Internet Explorers, but when attempting the POST using Explorer 8, instead of an upload we get the error "Object Expected line 215 char 1". If we opt not to upload anything, the rest of the fields in the form get posted just fine. Line 215 is: <form action="/incident/2129" enctype="multipart/form-data" id="incident" method="post" name="incident" onsubmit="return validate_incident(this);">< input id="_submitted_incident" name="_submitted_incident" type="hidden" value="1" /> The only thing there that looks like a suspect would be onsubmit="return validate_incident(this)", right? If you've run across this and know how to straighten it out, that information would be very much appreciated. In particular... Is there a way to fix this with a configuration arg to Catalyst (v5.80027) or to FormBuilder (v3.0501)?
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
