<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16850" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello people, </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I am working on a form containing some text inputs 
and a fileUpload input, and finally a&nbsp;submit button&nbsp;to send all the 
data.</FONT></DIV>
<DIV><FONT face=Arial size=2>I would like to display the file uploaded link 
before the user send the complete form. So I asume that there will be two forms. 
One inside the onother.</FONT></DIV>
<DIV><FONT face=Arial size=2>The internal form only for submit the file and show 
it to the user. </FONT></DIV>
<DIV><FONT face=Arial size=2>The problem is that&nbsp;when the user submit the 
form with all the data, the fileUpload callback is evaluated for second time, 
with value nil , and lost the file.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I need something like this:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>textInput</FONT></DIV>
<DIV><FONT face=Arial size=2>textInput</FONT></DIV>
<DIV><FONT face=Arial size=2>textArea&nbsp;input</FONT></DIV>
<DIV><FONT face=Arial size=2>fileUpload input - upload button</FONT></DIV>
<DIV><FONT face=Arial size=2>display the uploaded file link</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>submit button</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>
<DIV dir=ltr style="TEXT-ALIGN: left">
<DIV id=result_box dir=ltr style="TEXT-ALIGN: left">what is the correct way to 
address this problem?</DIV></DIV>
<DIV dir=ltr style="TEXT-ALIGN: left">&nbsp;</DIV>
<DIV dir=ltr style="TEXT-ALIGN: left">Thanks,</DIV>
<DIV dir=ltr style="TEXT-ALIGN: left">&nbsp;</DIV>
<DIV dir=ltr 
style="TEXT-ALIGN: left">Sebastian</DIV></TD></FONT></DIV></BODY></HTML>