Welcome Guest, Not a member yet? Register   Sign In
multiple files upload not working?
#5

Make sure your form has this opening tag:
PHP Code:
<form method="post" action="some_action" enctype="multipart/form-data" /> 

Put this code at the top of your lets_upload method:
PHP Code:
echo '<pre>';
print_r($_FILES);
echo 
'</pre>';
die(); 

This will show you the file data from your view.
Once you get this part working, you can remove this piece of code.
Reply


Messages In This Thread
multiple files upload not working? - by kvanaraj - 07-05-2019, 01:43 AM
RE: multiple files upload not working? - by Wouter60 - 07-07-2019, 04:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB