24 Jun
2000
24 Jun
'00
3:42 a.m.
Sorry, Forgot to add that method="post" is also required in the <FORM> tag before a file contents is sent along in a posted form. So the required syntax is: <FORM ... enctype="mulipart/form-data" ... method="post"...> Otherwise, the file-selection field in the form acts like a regular text field. ------------------------------------------------------ Andres Corrada-Emmanuel Email: andres@corrada.com ------------------------------------------------------