Re: Upload Limits?
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 09/22/04
- Next message: TNT: "RE: email problem"
- Previous message: Omegan987: "Help analyzing iisstate output"
- In reply to: Joe: "Re: Upload Limits?"
- Next in thread: Joe: "Upload Limits?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 22 Sep 2004 10:59:44 -0700
Frontpage upload form != IIS nor ASP. Upload forms/control typically have
some target URL which handles the upload. The type of that URL (CGI, ISAPI,
ASP, ASP.Net, etc) determines what happens. You can figure it out yourself
by looking at the URL.
-- //David IIS This posting is provided "AS IS" with no warranties, and confers no rights. // "Joe" <anonymous@discussions.microsoft.com> wrote in message news:094001c4a09f$61db1b10$a401280a@phx.gbl... hello, I do see your point however my Frontpage upload form responds the same as asp befor the meta edit. But yes I did change my pages also to work with this Thanks Joe >-----Original Message----- >No. > >The limit you are talking about only applies to ASP and not IIS in general. >In particular, there is no such limit on ISAPI or CGI -- the limit is an >application-specific one chosen by ASP. For example, PHP and ASP.Net both >have their own limits independent of IIS.. > >Besides, the user notes that uploads up to 50MB can be done. The default >value for ASP's limit is 200KB, so it means that either it is not enforced >(because it was changed), or it the upload didn't involve ASP. > >Also, the error returned for when you hit ASP's limit is different than what >is reported by the user. So, I do not think ASP is involved at all. > >I suggest the user look into any limits implemented by any other application >layer that is in use -- because the layer sending the response is the one >that needs to be configured. > >-- >//David >IIS >This posting is provided "AS IS" with no warranties, and confers no rights. >// >"Joe" <anonymous@discussions.microsoft.com> wrote in message >news:080a01c4a08a$05106cb0$a401280a@phx.gbl... >Hello, > >That is not true, > >You have to edit the metabase to allow more than 200kb to >upload in IIS I have a upload form that has no limits. > >You have to edit the AspMAxEntityAllowed in the meta base >and also change the timeout. If not you will not get the >time to upload it will time out. > >Joe >>-----Original Message----- >>I recently discovered that I cannot upload documents >>larger than 50 MB to my SharePoint server over the >>network. On each attempt I receive a "Cannot save file. >>The file size is too large" message. The sites and users >>have no limits set in SharePoint. I suspect that there is >a setting in IIS >>but >>cannot find it. Has anyone else experienced this problem? >> >>. >> > > >. >
- Next message: TNT: "RE: email problem"
- Previous message: Omegan987: "Help analyzing iisstate output"
- In reply to: Joe: "Re: Upload Limits?"
- Next in thread: Joe: "Upload Limits?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|