| | |
using HTML input type = "file"
Please support our ColdFusion advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Dec 2008
Posts: 5
Reputation:
Solved Threads: 0
I'm creating an input form for users so that they can input various bits of info into a db. One of the fields is so that they can upload a file, which puts the file onto the web server and the path to it into the db. The problem is if anyone edits the data after a file has been uploaded, the path to the file gets overwritten in the db with an empty string. I get round this problem in all other entry fields by pulling the data out the db and putting in the form entry box, but can't find a way to do this using the input type = "file" tag. Does anyone know how to do this?
•
•
Join Date: Sep 2008
Posts: 331
Reputation:
Solved Threads: 27
Why can't you pull the data out for the file location and put that in the entry field if it's just a text url?. you can do an if else statement so if that field is blank in the form it doesn't execute the write to database action for that specific field
![]() |
Similar Threads
- How to retain value in <input type="file" name=" "> after self submitting (reload) (JSP)
- Redesign an input type="file" (JavaScript / DHTML / AJAX)
- Conditional if statement for <input type="file"> (PHP)
- Uploading multiple Images through input type="file" (PHP)
- Redesign input type="file" (HTML and CSS)
Other Threads in the ColdFusion Forum
- Previous Thread: How to make user defined function global?
- Next Thread: Cf8 + cfldap
| Thread Tools | Search this Thread |





