heres my form:
<form action="' . "$PHP_SELF" . '" method="post" enctype="multipart/form-data" name="upload">
<b>: Location of File :</b><br>
<input name="userfile" type="file" id="userfile" size="37">
<br>
<b>: Thumbnail Image : </b><br>
<input name="Thumbnail" type="file" id="Thumbnail" size="37">
<br>
<br>
<INPUT TYPE=hidden NAME="submitted" VALUE="yes">
<input type="submit" name="action" id="action" value="Upload">
<input name="clear" type="reset" id="clear" value="Clear">
<br>
</form>
sorry, should have posted it earlier.
would it possibly be because the field types are 'file'? or should that not matter?
if there is a simple piece of code I could use to check if all fields are filled out then could someone post it?
thanks for the replies, the field name wasn't the problem and to tell the truth, im not sure why I put the T as a capital as I usually stick to lowercase.