Welcome Guest, Not a member yet? Register   Sign In
Send image to other method
#3

(This post was last modified: 08-30-2019, 05:03 AM by Henqsan.)

(08-29-2019, 08:33 PM)adamoli Wrote: $_FILES['my_image'] is not the image itself, it's an associative array containing information about the uploaded file.
It looks something like this:
[name] => image.jpg
[type] => image/jpeg
[tmp_name] => /tmp/php3zX7t5
[error] => 0
[size] => 25974


Yes, it is a array. But I'm assigning this array to a variable and sending it to another method of the same class. Then I pass this variable to the CodeIgniter upload class $this->upload->do_upload($my_image['tmp_name']), but returns an error saying no images were uploaded!
Reply


Messages In This Thread
Send image to other method - by Henqsan - 08-29-2019, 04:14 PM
RE: Send image to other method - by adamoli - 08-29-2019, 08:33 PM
RE: Send image to other method - by Henqsan - 08-30-2019, 05:01 AM
RE: Send image to other method - by InsiteFX - 08-30-2019, 07:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB