|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
File Input: Trouble Uploading Large File
I have an <INPUT TYPE="file"/> element in my webpage. However, when I select a large file (4 MB), and then click on any ASP button, I immediately receive a generic "Page cannot be displayed" error page. Why is this happening? How can I susseccefully select a large file?
|
|
#2
|
||||
|
||||
|
Many servers impose a limit on the size of uploaded files. I think PHP
limits it to 2MB [you can of course change that.]
__________________
Support requests via PM will be ignored! |
|
#3
|
|||
|
|||
|
Quote:
Any ideas how I can change the limit? I'm using IIS on Server 2003. I tried the following solutions: - setting the httpRuntime maxRequestLength attribute in the web.config file to be 50 MB - setting the aspMaxRequestIdentity attribute in system32/inetsrv/metabase.xml to be 50 MB However, neither solution did anything to help the problem. |
|
#4
|
||||
|
||||
|
To be honest, I don't know. I've not had much experience with
administering Windows Servers. I don't even know if they impose this restriction or not, twas just a suggestion. I'll move this to the IIS forum. |
![]() |
| Viewing: ASP Free Forums > System Administration > Microsoft IIS > File Input: Trouble Uploading Large File |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|