Give me a duck. I have enough to win a rubber duck race. "If at first you don't succeed, hide all the evidence that you tried."
On a related note, take a look at this code:
<form enctype="multipart/form-data" action="ImportTOA.php" method="POST" accept="text/csv">
<input type="hidden" name="MAX_FILE_SIZE" value="30000" />
Upload Daily TOA Logs: <br />
<input name="userfile" type="file" class = "FormButton" onChange = "this.form.submit()" />
</form>
When I put the class in the <input name statement, the result looks link this:
[ATTACH]4861[/ATTACH]
If I leave the 'class' out, here's what I get:
[ATTACH]4863[/ATTACH]
How do I make the standard button go away?
WithClass.jpg
NoClass.jpg