Question
creating a mysql database for uploading form and images
i'm actually creating a database for an online form which i successfully did, but images doesnt upload. whenever i click submit it tells me the image field name i.e the image id name cannot be empty. i changed the property from not null to null and when i click submit, it goes successfully but doesnt upload the image into the databae.