Hi, I am using jspsmart component for downloading and uploading files, it's
working fine ( done by the form called "upload").
My problem :
Now I am thinking to add another form called "notify" that will be invoqued
the same time the first form "upload"  is submited, please how to do this,
and how to hide the submit button of the "notify" form called "Send"

Thanks, you help will be appreciated.

upload.html :
<FORM name="upload" METHOD="POST" ACTION="sample1.jsp"
ENCTYPE="multipart/form-data">
   <INPUT TYPE="FILE" NAME="FILE1" SIZE="50"><BR>
   <INPUT TYPE="FILE" NAME="FILE2" SIZE="50"><BR>
   <INPUT TYPE="FILE" NAME="FILE3" SIZE="50"><BR>
   <INPUT TYPE="FILE" NAME="FILE4" SIZE="50"><BR>
   <INPUT TYPE="SUBMIT" VALUE="Upload">
</FORM>

<form name="notify" action="http:/servlet/MailForm" method=post>
<input name="fromName" type="hidden" value="Your Name">
<input name="fromEmail" type="hidden" value="[EMAIL PROTECTED]">
<input name="toName" type="hidden" value="">
<input name="toEmail" type="hidden" size=40>
<input name="required" type="hidden" value="message">
<input name="message" type="hidden" value="new File was uploaded">

<input type="submit" value="Send!">
</form>


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to