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..
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Check your
adds an |
|||
|
|
|
To add a file upload field to a form, you must first make sure that the form enctype is set to "multipart/form-data", so start off with a create function such as the following.
|
|||
|
|