Upload Large Files

H

HollyylloH

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.
 
T

Thomas A. Rowe

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.
==============================================
 
H

HollyylloH

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.
 
T

Thomas A. Rowe

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.
==============================================
 
H

HollyylloH

Thanks Thomas I'll do that.

Thomas A. Rowe said:
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.
==============================================
 
S

Stefan B Rusynko

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.





| 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.
| > ==============================================
| >
| > | > > 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.
| > >> ==============================================
| > >>
| > >> | > >> >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.
| > >>
| > >>
| > >>
| >
| >
| >
 
H

HollyylloH

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.
 
T

Thomas A. Rowe

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.
==============================================
 
H

HollyylloH

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
 
T

Thomas A. Rowe

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.
==============================================
 
Top