How to overcome max upload size limit in Wordpress 3.1 running on Windows 2003 IIS6 -


i trying increase max upload size in wordpress 3.1 multisite-installation running on windows 2003 iis6, methods try (from editing php.ini, putting in wp-admin in root, editing htaccess, editing metabase.xml, restarting server) give nothing, still same error saying file exceeds allowed 2mb....that's frustrating... workaround , please, step step...thanks!

i have pretty urls isapi, - frustrates me since can't upload audio mp3 file, problem?

php has these 2 settings govern uploading files:

* upload_max_filesize * post_max_size 

have modified both of those? additionally, iis has aspmaxrequestentityallowed metabase property defaults 2mb. can modify iis manager application.


Comments

Popular posts from this blog

jQuery Ajax Render Fragments OR Whole Page -

javascript - Iterate over array and calculate average values of array-parts -

java - Simple Command Line calculator -