I have a form that is used to update a listing. The listing has images that were previously uploaded (successfully).
Here is what I am doing:
FORM1:
<CFQUERY NAME="editListing" DATASOURCE="name">
SELECT * FROM listings
</CFQUERY>
...
<FORM METHOD="POST"...
I have a form that is uploading up to four files:
Picture 1:<input type="file" name="pic1" size="20">
Picture 2:<input type="file" name="pic2" size="20">
Picture 3:<input type="file" name="pic3" size="20">...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.