Hi, I'm encountering this problem after I cropped the image and clicked the 'Upload' button to upload it to the server. The 'NULL' on top refers to the result of my "var_dump($this->crop_info);" statement. I have tried changing dHeight to dh, dheight and it didn't work; same goes for x and y. This is how my model looks like:
Hi, I'm encountering this problem after I cropped the image and clicked the 'Upload' button to upload it to the server. The 'NULL' on top refers to the result of my "var_dump($this->crop_info);" statement. I have tried changing dHeight to dh, dheight and it didn't work; same goes for x and y. This is how my model looks like:
My controller method:
My view page code: