On a validation page resulting from a file upload, the form enctype is not set, so if one attempts to upload another (or the same) file, an error results. This issue doesn't exist on validator.w3.org, even though it's running 0.8.2 just like me. I fixed this by changing line 20 of table.tmpl from: <form id="form" method="post" action="check"> to: <form id="form" method="post" action="check" enctype="multipart/form- data"> Should I file a bug? -RobinReceived on Monday, 12 November 2007 05:27:39 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 1 October 2009 14:49:04 GMT