Jump to content

PHP Contact Form filesize() [function.filesize] error


jaiminrajani

Recommended Posts

I have a  contact form in my website with the option to attach a file. I want to set the attachment limit as 10mb. But currently, after attaching a file to the contact form and clicking on 'submit', after the message is sent, the following error message is shown:

 

Warning: filesize() [function.filesize]: stat failed for 0 in /webcorp1/www/corpusers/j/a/jaimin.me/contact-form/contact-form/contact-form.php on line 127

 

The line 127 of my form is as follows:

 

filesize($_FILES[$i]['tmp_name']/1024) <= $x['maxsize'])

 

I would appreciate if anyone could help me out get rid of this error message and tell me how to set my attachment limit to 10mb.

 

Thank You.

Jaimin Rajani

 

[attachment deleted by admin]

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.