Thomas
Thu Oct 27 05:54:30 CDT 2005
You might want to consider using a ASP File Upload Component where you then have more control over
the file being uploaded, and the allowable size, types, etc.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
"HollyylloH" <hickup@nospam.nospam> wrote in message
news:3D50D33E-B3B5-43D9-B99F-7C505B00A145@microsoft.com...
> Thanks Thomas; however, I have tried this, even setting back to 1Mb, but it
> looks like I have to solve this new problem before I can attempt anything
> else. As I mensioned, I used this command:
>
> owsadm.exe -o setproperty -pn vti_maxuploadcontentlength -pv 60000000
>
> now, when I click the submit button of the file upload form, I get this error:
>
> "FrontPage Run-Time Component Page
> You have submitted a form or followed a link to a page that requires a web
> server and the FrontPage Server Extensions to function properly.
>
> This form or other FrontPage component will work correctly if you publish
> this web to a web server that has the FrontPage Server Extensions installed."
>
> So, then, it looks like I need to reinstall server extensions. I am
> wondering why the owsadmin.exe caused this new problem. I'll let you know how
> it goes.
>
> Thanks
>
>
> "Thomas A. Rowe" wrote:
>
>> Try setting the value that of 4 MB, which may be the maximum limit.
>>
>> --
>> ==============================================
>> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> ==============================================
>> If you feel your current issue is a results of installing
>> a Service Pack or security update, please contact
>> Microsoft Product Support Services:
>>
http://support.microsoft.com
>> If the problem can be shown to have been caused by a
>> security update, then there is usually no charge for the call.
>> ==============================================
>>
>> "HollyylloH" <hickup@nospam.nospam> wrote in message
>> news:F382E3E2-81B8-4C18-8F68-0170064EA4BD@microsoft.com...
>> >I found this:
>> >
http://www.microsoft.com/technet/prodtechnol/sppt/sharepnt/proddocs/admindoc/owsl03.mspx
>> >
>> > Which explains the MaxUploadContentLength command-line property
>> >
>> > I used this command:
>> >
>> > owsadm.exe -o setproperty -pn vti_maxuploadcontentlength -pv 60000000
>> >
>> > now, when I click the submit button of the file upload form, I get this error:
>> >
>> > FrontPage Run-Time Component Page
>> > You have submitted a form or followed a link to a page that requires a web
>> > server and the FrontPage Server Extensions to function properly.
>> >
>> > This form or other FrontPage component will work correctly if you publish
>> > this web to a web server that has the FrontPage Server Extensions installed.
>> >
>> > So, then do I need to reinstall server extensions? and why did this not work?
>> >
>> > Thank you.
>> >
>> >
>> > "Stefan B Rusynko" wrote:
>> >
>> >> Default is set to 1 MB anonymous uploads.
>> >>
>> >> There is a command that you can run on the server that will increase the anonymous upload size
>> >> for a given web site. The command
>> >> (for all ports) is as follows :
>> >> owsadm -o setproperty -pn vti_maxuploadcontentlength -pv 4000000
>> >> The Owsadm.exe can be found at C:\Program files\common files\Microsoft Shared\Web server
>> >> extensions\50\bin folder.
>> >> The size at the end of the line is in bytes.
>> >>
>> >>
>> >> --
>> >>
>> >> _____________________________________________
>> >> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
>> >> "Warning - Using the F1 Key will not break anything!" (-;
>> >> To find the best Newsgroup for FrontPage support see:
>> >>
http://www.net-sites.com/sitebuilder/newsgroups.asp
>> >> _____________________________________________
>> >>
>> >>
>> >> "HollyylloH" <hickup@nospam.nospam> wrote in message
>> >> news:D6911776-0A25-4D36-8FF4-C7F07D099550@microsoft.com...
>> >> | Thanks Thomas I'll do that.
>> >> |
>> >> | "Thomas A. Rowe" wrote:
>> >> |
>> >> | > It is a registry setting, but I do not know which. You might try the Windows Server or IIS
>> >> | > newsgroup.
>> >> | >
>> >> | > --
>> >> | > ==============================================
>> >> | > Thomas A. Rowe (Microsoft MVP - FrontPage)
>> >> | > ==============================================
>> >> | > If you feel your current issue is a results of installing
>> >> | > a Service Pack or security update, please contact
>> >> | > Microsoft Product Support Services:
>> >> | >
http://support.microsoft.com
>> >> | > If the problem can be shown to have been caused by a
>> >> | > security update, then there is usually no charge for the call.
>> >> | > ==============================================
>> >> | >
>> >> | > "HollyylloH" <hickup@nospam.nospam> wrote in message
>> >> | > news:51463018-5E01-437B-A80C-78243DA1FA4A@microsoft.com...
>> >> | > > Thank you Thomas. We have our own web server but are currently without a web
>> >> | > > administrator. Could you direct me into making this change to the acceptable
>> >> | > > upload file size. I have looked unsuccessfully at Frontpage and IIS for a
>> >> | > > setting to change. Hope you can help.
>> >> | > >
>> >> | > > "Thomas A. Rowe" wrote:
>> >> | > >
>> >> | > >> The FP File Upload component is limited to 1 MB or less by default, your web host would
>> >> have to
>> >> | > >> increase this.
>> >> | > >>
>> >> | > >> --
>> >> | > >> ==============================================
>> >> | > >> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> >> | > >> ==============================================
>> >> | > >> If you feel your current issue is a results of installing
>> >> | > >> a Service Pack or security update, please contact
>> >> | > >> Microsoft Product Support Services:
>> >> | > >>
http://support.microsoft.com
>> >> | > >> If the problem can be shown to have been caused by a
>> >> | > >> security update, then there is usually no charge for the call.
>> >> | > >> ==============================================
>> >> | > >>
>> >> | > >> "HollyylloH" <hickup@nospam.nospam> wrote in message
>> >> | > >> news:3CC7FE1E-AA6F-454F-9F76-97BC11BFF574@microsoft.com...
>> >> | > >> >I need to upload large files 4+Mb. I have used an upload form field in
>> >> | > >> > Frontpage 2003. The page appears to time out before the file is uploaded,
>> >> | > >> > showing a "can not find server" message.
>> >> | > >> >
>> >> | > >> > Thank you for your help.
>> >> | > >>
>> >> | > >>
>> >> | > >>
>> >> | >
>> >> | >
>> >> | >
>> >>
>> >>
>> >>
>>
>>
>>