I downloaded the patch for 4.5 and I am still getting the same problem. The download works, the update works, but it is using a temp file instead of the one I specified. Also, if I only want to update one of the files, it deletes the values of the other files (the ones I left as is) from the table.
I am using 4.5. I haven't installed any of the updates, though. Is there one for <cffile>? The uploading and updating of the table works, it is just uploading the wrong file and updating the table with the wrong files name.
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.