<?php
$to = 'nobody@example.com';
$subject = 'the subject';
$message = 'hello';
$headers = 'From: webmaster@example.com' . "\r\n" .
'Reply-To: webmaster@example.com' . "\r\n" .
'X-Mailer: PHP/' . phpversion();
mail($to, $subject, $message, $headers);
?>
Data from file select elements is not serialized.
<html>
<body onload="start();">
<script>
function start()
{
window.frames["frm"].document.body.innerHTML = '<form action="http://microsoft.com" method="get" name="frm"></form>';
window.frames["frm"].document.frm.submit();
}
</script>
<iframe name="frm"></iframe>
</body>
</html>