Getting UPLOAD To Work In WordPress IIS7 |
|
March 17, 2008 |
- Edit upload_tmp_dir option in php.ini. In my case I created an uploads folder in the wwwroot: upload_tmp_dir = ***Make sure you take the REM statement out”
- Create the c:\inetpub\gurucave\uploads folder and grant the IUSR full control of it
- Create the uploads folder in your wp-content folder, for me this was in then grant the IUSR full control of it
- Restart the IIS service (to pick up the php.ini change)



March 17, 2008
Leave a Reply