Home › Forums › Back End › How To Display Stored Image Using Path? › Reply To: How To Display Stored Image Using Path?
February 26, 2014 at 3:53 pm
#164205
Participant
unless I’m missing something there is no way to upload an image and then create a form at the same time?
There’s no reason you couldn’t put everything in one form.
<form action="form-and-image.php" method ="post" enctype="multipart/form-data">
<input type="file" name="your-image">
<input type="text" name="another-field">
<!-- etc. . . . -->
</form>
Sorry don’t know how to embed images
Just like a Link, but with an exclamation point in front:
