Hi,
With CFv5, after a File upload action , I could get an array of all the uploaded files with this PHP code :
With CFv5, after a File upload action , I could get an array of all the uploaded files with this PHP code :
$form->filesWith CFv6, it does not work with :
$this->filesDoes anybody know how to get this information with PHP ?
$this->data('fieldname')
If you've done the upload action then you'll want
$this->var('action_name')
If you've done the upload action then you'll want
$this->var('action_name')
In my case, it should be
0 Call to undefined method G2\L\View::var()
This error still shows up after I re-installed CFv6. I'm stuck. How can I fix that ?
$this->var('action_name')But it gives me this error :
0 Call to undefined method G2\L\View::var()
This error still shows up after I re-installed CFv6. I'm stuck. How can I fix that ?
I meant get sorry not var
This topic is locked and no more replies can be posted.