I'm creating my first website ever, which is for my custom tshirt business. I've created a form that allows a user to submit shirt constraints, which is emailed to me upon submission.
Everything is working except for the image, which only shows the file name in text. I'm guessing that I have to specify that its a file and not text?
I've looked around for an answer similar to this, but cannot find any posts with my specific problem.
Here's what I'm using and getting text only. All other variables are set up this way then called in a string variable, $message. Sorry for the noob question
<input type="file" multiple="multiple" name="fileUpload"><br>
$Image = $_POST["fileUpload"];