Re: File Upload Control Form does not work

From: Thomas A. Rowe (tarowe_at_mvps.org)
Date: 01/06/05


Date: Thu, 6 Jan 2005 15:33:18 -0500

It appears that the FP component doesn't support more than a single file upload at a time. In
general you can not modify web component code that is generated by FP and expect it to work, if the
page is re-opened in FP. There are 3rd party component available that do allow multiple file
uploads, but you need to check with your host to see if they have one or are willing to install one.

-- 
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
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
"Norm Ashton" <anonymous@discussions.microsoft.com> wrote in message 
news:00a601c4f428$f9e26710$a501280a@phx.gbl...
>I have cut out the form and re-inserted a single upload
> set of codes and it works, which is why I think I may
> have introduced something amiss. The problem is that I
> really want to have four BROWSE buttons that will be
> picked up by the SUBMIT button. Ant ideas?
> Norm
>>-----Original Message-----
>>What happen if you change it back to a single upload?
>>
>>-- 
>>==============================================
>>Thomas A. Rowe (Microsoft MVP - FrontPage)
>>WEBMASTER Resources(tm)
>>http://www.ycoln-resources.com
>>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
>>
>>"Norm Ashton" <norm_ashton@rogers.com> wrote in message
>>news:0f6101c4f41c$73943190$a601280a@phx.gbl...
>>>I created a file upload form using FP2003 and it worked
>>> well. Then I expanded it to allow the user to upload
> four
>>> files at one time and it will not  work, saying that
> the
>>> FP extensions are not working.
>>>
>>> I assume that I have screwed up the coding some way.
> Here
>>> is my form coding:
>>>
>>> <form method="POST" enctype="multipart/form-data"
>>> action="--WEBBOT-SELF--"
>>> name="Dragoon_Content_Input"
>>> onSubmit="">
>>> <!--webbot bot="FileUpload" U-File="J:\RF Web
>>> Site\_private\form_results.txt"
>>> S-Format="TEXT/PRE" S-Label-Fields="TRUE"
>>> S-Destination="Association/DragoonInput/" B-Reverse-
>>> Chronology="FALSE"
>>> S-Email-Format="TEXT/PRE" S-Email-
>>> Address="rfwebm@dragoons.ca"
>>> B-Email-Label-Fields="TRUE" S-Category S-Assignedto S-
>>> ReviewStatus
>>> B-Process-MetaInfo="FALSE" S-Builtin-
> Fields="REMOTE_USER
>>> Date"
>>> U-Confirmation-Url="../thankyou.html" S-Date-Format="%
> d %
>>> B, %Y" startspan --><strong>[File Upload Component]
>>> </strong><!--webbot
>>> bot="FileUpload" i-checksum="47278" endspan -->
>>> <p><input type="file" name="F1" size="50"></p>
>>> <p><input type="file" name="F2" size="50"></p>
>>> <p><input type="file" name="F3" size="50"></p>
>>> <p><input type="file" name="F4" size="50"></p>
>>>
>>> <p><input type="submit" value="Submit"
>>> name="B1"><input type="reset"
>>> value="Reset" name="B2"></p>
>>> </form>
>>>
>>> I'd appreciate any advice I can get. Thanks.
>>
>>
>>.
>>