Welcome Guest, Not a member yet? Register   Sign In
$_FILES Array getting empty when using $this->form_validation->run()
#3

(06-11-2019, 09:23 AM)php_rocs Wrote: @sarath_unrelax,

What value is $this->form_validation->run() kicking out?.  Seems like you need to do some troubleshooting. Check your validation statements.  They may be kicking out an unexpected value.

Other thing i tried that worked out is

PHP Code:
 $imgData = array('path'=>$targetPath,'propertyid'=>$result); 

Here i passed property_id = 10 ( manual value) instead of result value.  Then it working !
Reply


Messages In This Thread
RE: $_FILES Array getting empty when using $this->form_validation->run() - by sarath_unrelax - 06-11-2019, 10:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB