Forums

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

Home Forums Back End How To Display Stored Image Using Path? Reply To: How To Display Stored Image Using Path?

#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:

![alt text](http://example.com/image.png)