I have included image formhelper for uploading an image file, Where i am getting only ‘name’ attribute but not ‘tmp_name’, ‘size’, ‘type’, ‘error’ attributes..
Please give me the solution..
I have included image formhelper for uploading an image file, Where i am getting
Share
Check your
formallows uploads:<?php echo $this->Form->create('Model', array('type'=>'file')); ?>adds an
enctypeof"multipart/form-data", allowing file uploads.