ajax upload with cfform
Hi,
I am trying to upload a file with ajax, is there a way to do this using cfajaxproxy or any of the other ajax controls? I usually use uploadify but is not really doing the job in this case.
<cfform>
<h4>Document Title</h4>
<input name="docTitle" id="linkTitle" />
<h4>Document</h4>
<input type="file" name="document" id="document" />
<a href="javascript:submitDoc()">upload document</a>
</cfform>
Thanks,
H.
