excuse me, but you are using/allowing your contact form to upload files??
if your form has the enctype attribute set to "multipart/form-data", like this:
Code:
<form enctype="multipart/form-data" ....>
you should remove it. And you shouldn't have set your contact form to allow file uploads. use a special form/page for that.
__________________
...to be continued
|