I have a form that enables users to upload information to a table in my Access 2002 database. One of the fields is an input box that is filled in by the user browsing their local machine for a .PDF file, selecting it and then upon submit (of the form) all of the data entered into the form fields are uploaded to my database. This form works great, BUT here's what I don't understand.......
User uploads file named FILE.PDF
So why does it appear as C:\CFusionMX\runtime\servers\default\SERVER-INF\temp\???
This is important for me to understand and figure out (for many obvious reasons and) because some of the data from this table is pulled into a CFGrid, and I want the CFGrid to show the short file name, not the c:\cfusion\runtime\etc etc etc
AND this file name in CFGrid is also going to be a hyperlink to the .PDF (which I don't know how to do yet, and you can be assured I'll visit here more for guidance on that....)
I will also pose this question on the Access forum, but I really think there's something I need to do with my CFMX form/action page to make this happen.
Be gentle, I'm a beginner, and I thank you.
User uploads file named FILE.PDF
So why does it appear as C:\CFusionMX\runtime\servers\default\SERVER-INF\temp\???
This is important for me to understand and figure out (for many obvious reasons and) because some of the data from this table is pulled into a CFGrid, and I want the CFGrid to show the short file name, not the c:\cfusion\runtime\etc etc etc
AND this file name in CFGrid is also going to be a hyperlink to the .PDF (which I don't know how to do yet, and you can be assured I'll visit here more for guidance on that....)
I will also pose this question on the Access forum, but I really think there's something I need to do with my CFMX form/action page to make this happen.
Be gentle, I'm a beginner, and I thank you.