![]() |
I am working on a Social Network application with Codeigniter 3, Ioan-Auth and Bootstrap 4. More details HERE.
The code below correctly hashes the filename before inserting it in the avatar column, but the upload itself never happens. Code: if ($this->form_validation->run() === TRUE) I have a XAMPP server on Windows 10, so it is unlikely that there are permission issues on the images folder. |
Messages In This Thread |
Why does uploading images fail in this application? - by Ajax30 - 09-03-2020, 04:37 AM
RE: Why does uploading images fail in this application? - by InsiteFX - 09-03-2020, 08:29 AM
RE: Why does uploading images fail in this application? - by Ajax30 - 09-03-2020, 09:09 AM
RE: Why does uploading images fail in this application? - by demyr - 09-03-2020, 12:03 PM
RE: Why does uploading images fail in this application? - by Ajax30 - 09-03-2020, 01:17 PM
RE: Why does uploading images fail in this application? - by InsiteFX - 09-04-2020, 08:37 AM
|