|
rhonda S -> RE: Input Form to Database (9/20/2004 17:56:37)
|
Hi Duane, Here they both are, curious though, when I input information into the form fileds on form.htm and then hit submit, it goes through process1 then process 2 shows up on the screen with 3 text boxes, 2 of which are empty but the first one which is "Name" contains the path of my selected image for the File field. Let me know if it will be easier for you to just go to these pages on the web (test pages) so you can see for yourself.....Thanks Hon, your a diamond in the ruff input.htm <form method="POST" enctype="multipart/form-data" action="_vti_bin/shtml.dll/Form.htm" webbot-action="--WEBBOT-SELF--"> <!--webbot bot="FileUpload" U-File="_private/Form_results2.txt" S-Format="TEXT/PRE" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE" S-Email-Format="TEXT/PRE" S-Email-Address="rhondaskillman@yahoo.com" B-Email-Label-Fields="TRUE" S-Destination="Files/" S-Category S-Assignedto S-ReviewStatus B-Process-MetaInfo="FALSE" S-Builtin-Fields S-Form-Fields="Name Email Comments File " U-Confirmation-Url="confirmation.htm" startspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><input TYPE="hidden" NAME="_charset_" VALUE="windows-1252"><!--webbot bot="FileUpload" i-checksum="58985" endspan --> <p><input type="text" name="Name" size="20"> </p> <p><input type="text" name="Email" size="20"></p> <p><input type="text" name="Comments" size="20"></p> <p><input type="file" name="File" size="20"></p> <p><input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p> </form> process1.asp <form method="POST" action="Process2.asp"> <p><input type="text" name="Name" size="20" value="File: http://www.flyers.com/Files/realdeal.gif"></p> <p><input type="text" name="Email" size="20" value=""></p> <p><input type="text" name="Comments" size="20" value=""></p> <p> </p> <p><input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p> <input type="hidden" name="File" value=""> </form> </body>
|
|
|
|