- From: David Dorward <david@dorward.me.uk>
- Date: Tue, 2 Mar 2004 13:39:45 +0000
- To: Keith Roberts <keith@kar.eclipse.co.uk>
- Cc: www-validator@w3.org
On 2 Mar 2004, at 13:34, Keith Roberts wrote: > Just getting to grips with using the HTML validator. > > I use the http://validator.w3.org/file-upload.html > page. > > Would it be possible to have a 'Re-validate this page' > button In practical terms, it isn't really feasible. While in most cases it is possible to resubmit form data by using server side processing to populate the values of the form with submitted data, for file uploads this isn't possible (If it were then any form could include <input type='file' value='/etc/passwd' ...> for example). However, most web browsers are equipped with a Refresh/Reload function, often mapped to the F5 key and a browser toolbar. You will likely find that this will resubmit your data. -- David Dorward http://dorward.me.uk/
Received on Tuesday, 2 March 2004 08:39:50 UTC