Click here to Skip to main content
15,888,802 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

As like gmail attachments I need to upload large files using PHP and Flash without increasing memory limit in php ini. Does this make sense?
Please advice..

Thanks
Posted

1 solution

for IIS/ASP this would mean you would have to open C:\windows\sytem32\inetserv\metabase.xml and search for the value AspMaxRequestEntityAllowed="#" and increase it. The value is the max file size in bytes.

Good luck!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900