D
Dennis
Hi,
I have created a page for uploading file in FP2003. All the settings are
done properly. However, when I try to run the page, it allows me to select
the by clicking the Browse button. But when I click on the Submit button,
nothing is happen. I am using IIS 5 with FP Server Extension installed.
Should be nothing wrong in my FP Server Extension because the sending email
function is working properly. Below are the script for form.
<form method="POST" enctype="multipart/form-data" action="--WEBBOT-SELF--">
<!--webbot bot="FileUpload" U-File="fpweb:///_private/form_results.csv"
S-Format="TEXT/CSV" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
S-Destination="FileUpload/" S-Category S-Assignedto S-ReviewStatus
B-Process-MetaInfo="FALSE" S-Builtin-Fields -->
<p><input type="file" name="F1" size="20"><input type="submit"
value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p>
</form>
Thank you.
Dennis
I have created a page for uploading file in FP2003. All the settings are
done properly. However, when I try to run the page, it allows me to select
the by clicking the Browse button. But when I click on the Submit button,
nothing is happen. I am using IIS 5 with FP Server Extension installed.
Should be nothing wrong in my FP Server Extension because the sending email
function is working properly. Below are the script for form.
<form method="POST" enctype="multipart/form-data" action="--WEBBOT-SELF--">
<!--webbot bot="FileUpload" U-File="fpweb:///_private/form_results.csv"
S-Format="TEXT/CSV" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
S-Destination="FileUpload/" S-Category S-Assignedto S-ReviewStatus
B-Process-MetaInfo="FALSE" S-Builtin-Fields -->
<p><input type="file" name="F1" size="20"><input type="submit"
value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p>
</form>
Thank you.
Dennis