Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Image won't upload to database?! Reply To: Image won't upload to database?!

#242623
rkieru
Participant

Your insert tries to use $_FILES['file']['type'] but shouldn’t it be $_FILES['image']['type'] given that image is the name of the input from your form?