|
Check your server maybe your apache setup. Your LimitBodyRequest is set somewhere to a specific size. The LimitBodyRequest or the max_upload_filesize are the only two things that is going to kick the file from being uploaded and that is exactly what is happening as your tripping the nofile error
|