ScottR
08-Feb-2006, 04:41 AM
Hello:
Need some help.
1. file uploads are not working after many tries. Here is my code from my html page:
<form enctype="multipart/form-data" method="post" action="/cgi-bin/formmail.php">
<input type="hidden" name="recipients" value="scott@bluewaveconcepts.com">
<input type="hidden" name="subject" VALUE="The Staffing Alternatives Application Page Job ID: <?=$appinfo?>">
<input type="hidden" name="good_url" VALUE="http://64.57.87.27/thankyou.html">
And here is the line of code for the attachment box:
<input type="file" name="uploaded_file" size="40">
2. when I get the info from the form, there are no line breaks or separations, it is all together as is a continuous sentence. I added a line of code per your doc but it had no effect. It was added to the under the input type=hidden statements above but was removed after it had no effect.
Please help, thanks.
I attached my files to look at.
Need some help.
1. file uploads are not working after many tries. Here is my code from my html page:
<form enctype="multipart/form-data" method="post" action="/cgi-bin/formmail.php">
<input type="hidden" name="recipients" value="scott@bluewaveconcepts.com">
<input type="hidden" name="subject" VALUE="The Staffing Alternatives Application Page Job ID: <?=$appinfo?>">
<input type="hidden" name="good_url" VALUE="http://64.57.87.27/thankyou.html">
And here is the line of code for the attachment box:
<input type="file" name="uploaded_file" size="40">
2. when I get the info from the form, there are no line breaks or separations, it is all together as is a continuous sentence. I added a line of code per your doc but it had no effect. It was added to the under the input type=hidden statements above but was removed after it had no effect.
Please help, thanks.
I attached my files to look at.