Form enctype for file upload on results page

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?

-Robin

Received on Monday, 12 November 2007 05:27:39 UTC