Upload File Problem

G

Guest

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
 
T

Thomas A. Rowe

Do you have the FP2002 extensions installed, as they are required. The default extensions installed
with IIS5 is FP2000.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
G

Guest

Hi Thomas,

How to check the version of FP Server Extension in my computer?

Thank you.

Dennis.
 
T

Thomas A. Rowe

Open a web, then Tools | Web / Site Settings.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
S

Stefan B Rusynko

Also you must use relative paths to files in your site for form results
You have a disc based path: fpweb:///_private/form_results.csv
That should be just: _private/form_results.csv

And if using File Upload see
http://support.microsoft.com/default.aspx?scid=kb;en-us;299763&Product=fp2002

--




| Open a web, then Tools | Web / Site Settings.
|
| --
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| | > Hi Thomas,
| >
| > How to check the version of FP Server Extension in my computer?
| >
| > Thank you.
| >
| > Dennis.
| >
| > "Thomas A. Rowe" wrote:
| >
| >> Do you have the FP2002 extensions installed, as they are required. The default extensions
| >> installed
| >> with IIS5 is FP2000.
| >>
| >> --
| >> ==============================================
| >> Thomas A. Rowe (Microsoft MVP - FrontPage)
| >> WEBMASTER Resources(tm)
| >>
| >> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| >> ==============================================
| >> To assist you in getting the best answers for FrontPage support see:
| >> http://www.net-sites.com/sitebuilder/newsgroups.asp
| >>
| >> | >> > 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
| >>
| >>
| >>
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top