file size upload
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Microsoft Content Management Server > file size upload




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    file size upload  
Alon Mayaffit


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
12-23-04 10:51 PM

hi
how do i change the size limit for upload of files as attachments?
bye





[ Post a follow-up to this message ]



    Re: file size upload  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
12-23-04 10:51 PM

Hi Alon,

this needs to be adjusted in the web.config of your project:
<httpRuntime executionTimeout="300"
maxRequestLength="10240"
..>

maxRequestLength is the size in KB (sample above is 10 MB). exeutionTimeout
is the amount of time the upload can take (300 seconds in the sample above).

Cheers,
Stefan.


"Alon Mayaffit" <mayafit@mail.bgu.ac.il> wrote in message
news:uyyigYP6EHA.2540@TK2MSFTNGP09.phx.gbl...
> hi
> how do i change the size limit for upload of files as attachments?
> bye







[ Post a follow-up to this message ]



    Re: file size upload  
Alon Mayaffit


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
12-23-04 10:51 PM

hi stefan

i tried it , but i still have a problem (when i try to upload a 9Mb PDF
file i get a blank "page not found" page. I am working with windows 2003
server and i think there is something in the metabase file i need to
change, but i don't remember exactly what.

alon

Stefan [MSFT] wrote:
> Hi Alon,
>
> this needs to be adjusted in the web.config of your project:
> <httpRuntime executionTimeout="300"
>     maxRequestLength="10240"
>    ...>
>
> maxRequestLength is the size in KB (sample above is 10 MB). exeutionTimeou
t
> is the amount of time the upload can take (300 seconds in the sample above
).
>
> Cheers,
> Stefan.
>
>
> "Alon Mayaffit" <mayafit@mail.bgu.ac.il> wrote in message
> news:uyyigYP6EHA.2540@TK2MSFTNGP09.phx.gbl...
> 
>
>
>





[ Post a follow-up to this message ]



    Re: file size upload  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
12-23-04 10:51 PM

Hi Alon,

is this a "page not found" or "dns error or host not found" error?
Please verify.

Thanks,
Stefan.


"Alon Mayaffit" <mayafit@mail.bgu.ac.il> wrote in message
news:uISsK0P6EHA.2452@TK2MSFTNGP14.phx.gbl...[vbcol=seagreen]
> hi stefan
>
> i tried it , but i still have a problem (when i try to upload a 9Mb PDF
> file i get a blank "page not found" page. I am working with windows 2003
> server and i think there is something in the metabase file i need to
> change, but i don't remember exactly what.
>
> alon
>
> Stefan [MSFT] wrote: 
exeutionTimeout[vbcol=seagreen] 
above).[vbcol=seagreen] 







[ Post a follow-up to this message ]



    Re: file size upload  
Alon Mayaffit


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
12-23-04 10:51 PM

the second one "dns error or host not found"
alon

Stefan [MSFT] wrote:

> Hi Alon,
>
> is this a "page not found" or "dns error or host not found" error?
> Please verify.
>
> Thanks,
> Stefan.
>
>
> "Alon Mayaffit" <mayafit@mail.bgu.ac.il> wrote in message
> news:uISsK0P6EHA.2452@TK2MSFTNGP14.phx.gbl...
> 
>
> exeutionTimeout
> 
>
> above).
> 
>
>





[ Post a follow-up to this message ]



    Re: file size upload  
Alon Mayaffit


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
12-26-04 12:46 PM

hi stefan

ive tried several things but i still get the : "Cannot find server or
DNS Error"

i tried :

1) setting the httpRuntime in the project web.config
2) setting the AspMaxRequestEntityAllowed for the ResUpload,SDUpload and
CMS directories in the metabase.xml

nothing helped. i still can't upload some files.

bye,
alon mayaffit

Stefan [MSFT] wrote:

> Hi Alon,
>
> is this a "page not found" or "dns error or host not found" error?
> Please verify.
>
> Thanks,
> Stefan.
>
>
> "Alon Mayaffit" <mayafit@mail.bgu.ac.il> wrote in message
> news:uISsK0P6EHA.2452@TK2MSFTNGP14.phx.gbl...
> 
>
> exeutionTimeout
> 
>
> above).
> 
>
>





[ Post a follow-up to this message ]



    Re: file size upload  
Alon Mayaffit


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
12-26-04 12:46 PM

Hi Stefan
i have fount a solution in the KB article at :
http://support.microsoft.com/kb/295626/EN-US/

the change should be done in th emachine.config file (to the
maxRequestLength attribute of the httpRuntime node)

there is a nice collection of articles at :
http://support.microsoft.com/defaul...cms2001&sid=120

(i'm sure you probably wrote half of them but.....  )

thanks fot your help,
alon mayaffit

Stefan [MSFT] wrote:

> Hi Alon,
>
> is this a "page not found" or "dns error or host not found" error?
> Please verify.
>
> Thanks,
> Stefan.
>
>
> "Alon Mayaffit" <mayafit@mail.bgu.ac.il> wrote in message
> news:uISsK0P6EHA.2452@TK2MSFTNGP14.phx.gbl...
> 
>
> exeutionTimeout
> 
>
> above).
> 
>
>





[ Post a follow-up to this message ]



    Re: file size upload  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
12-26-04 10:47 PM

Hi Alon,

the "cannot find server" is a client side error message.
You cannot fix client side errors with server side settings. (makes sense?)

Usually this is the following IE bug:
http://support.microsoft.com/default.aspx?id=821814

If you have all the latest IE security fixes installed, then this fix is
installed but not active.
To activate it you need to follow the hints at the bottom of the following
article:
http://support.microsoft.com/default.aspx?id=831167

You should take a netmon trace to see if there is a error message sent from
the server which is not correctly interpreted by the browser or if there is
a different problem.

Cheers,
Stefan.


"Alon Mayaffit" <mayafit@mail.bgu.ac.il> wrote in message
news:uVcF9dy6EHA.2516@TK2MSFTNGP09.phx.gbl...[vbcol=seagreen]
> hi stefan
>
> ive tried several things but i still get the : "Cannot find server or
> DNS Error"
>
> i tried :
>
> 1) setting the httpRuntime in the project web.config
> 2) setting the AspMaxRequestEntityAllowed for the ResUpload,SDUpload and
> CMS directories in the metabase.xml
>
> nothing helped. i still can't upload some files.
>
> bye,
> alon mayaffit
>
> Stefan [MSFT] wrote:
> 







[ Post a follow-up to this message ]



    Re: file size upload  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
12-26-04 10:47 PM

This setting is identical to the setting I outlined below.
Only that you set it in the machine.config and I asked you to set it in the
web.config.
There is no difference - if you updated the right web.config.

Cheers,
Stefan.


"Alon Mayaffit" <mayafit@mail.bgu.ac.il> wrote in message
news:ePlbPyy6EHA.3416@TK2MSFTNGP09.phx.gbl...
> Hi Stefan
> i have fount a solution in the KB article at :
> http://support.microsoft.com/kb/295626/EN-US/
>
> the change should be done in th emachine.config file (to the
> maxRequestLength attribute of the httpRuntime node)
>
> there is a nice collection of articles at :
>
http://support.microsoft.com/defaul...cms2001&sid=120[vbcol=seagreen]
>
> (i'm sure you probably wrote half of them but.....  )
>
> thanks fot your help,
> alon mayaffit
>
> Stefan [MSFT] wrote:
> 







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 01:21 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register