CFWINDOW and a form submit not working as expected
Hello, everyone.
I currently have a page that allows certain users the ability to edit content directly, without having to log on to a CMS; the user can click an edit button if they have permission which will open a CFWINDOW that contains the pre-populated form for editing.
If I open the form directly in a browser (IE7 on WinXP SP3) and click the submit button, all is well.
However, when I use the EDIT link and open the form in the CFWINDOW, clicking submit will post all form data EXCEPT the input="file"; upon submit, I get an error saying that the field for file doesn't exist.
Any idea what could be causing this?
Thanks,
^_^
PS. If required, I can post some code; but I cannot provide a link as this is on a private internal network that the public does not have access to.
