Hi,
When we created shared folder for our business users, I had a doubt about the file upload limitations which might occur when our users upload files. When i googled for the same found that the default size is set to be 50MB (maxRequestLength="51200"). and to increase the limit we just need to configure the xml file in the following location
Solution:
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS\web.config
Config file:
<location path="upload.aspx">
<system.web>
<httpRuntime maxRequestLength="2097151" />
</system.web>
</location>
Resource: http://www.synergyonline.com/blog/blog-moss/Lists/Posts/Post.aspx?ID=8
Hope it helps
Regards
Fauzi ~4Z
Blog from a software professional, Passionate to work in latest cutting edge technologies in order to get better results in business.
Showing posts with label cleare offline files. Show all posts
Showing posts with label cleare offline files. Show all posts
Sunday, November 8, 2009
Tuesday, March 24, 2009
We Speak Clients Language
Hi,
The only solution I practice now a days is just one screen shot for IE and one for Firefox.
It really works fine and It could be understood by ANY one :)
For IE7

For Mozilla Firefox

Regards
Fauzi
I feel privileged to work in IT industry. Because all other industries need support from us!
Its really a nice experience to work with people from different industries. And the people we meet may vary from higher profiles like CEO's, Vice presidents, Managers till any employee who use a computer. Once we deliver a Web functionality, in many cases what they say is, "I see the old screen","I see the old functionality", "Its not working..." so on... the reason could be a simple one like Browser caching, which is storing of page contents in browser to display the contents quickly next time when you visit the same page. The solution we say is to, Please clear their browser cache and try again.
Here comes the tricky part where some may be aware of how to do this and some may not be...So we need to explain the steps in a simple manner so that every one should understand.
Its really a nice experience to work with people from different industries. And the people we meet may vary from higher profiles like CEO's, Vice presidents, Managers till any employee who use a computer. Once we deliver a Web functionality, in many cases what they say is, "I see the old screen","I see the old functionality", "Its not working..." so on... the reason could be a simple one like Browser caching, which is storing of page contents in browser to display the contents quickly next time when you visit the same page. The solution we say is to, Please clear their browser cache and try again.
Here comes the tricky part where some may be aware of how to do this and some may not be...So we need to explain the steps in a simple manner so that every one should understand.
The only solution I practice now a days is just one screen shot for IE and one for Firefox.
It really works fine and It could be understood by ANY one :)
For IE7
For Mozilla Firefox
Regards
Fauzi
Subscribe to:
Posts (Atom)