I have a wordpress application installed . Now if i tried to upload media file it show me the error <strong>missing a temporary folder</strong> . I also define a path for temp directory . I also edit the php.ini file <strong>upload_tmp_dir</strong> variable. My php.ini file content is
Nothing helped me . any help will be appreciated .Thanks
Code:
upload_tmp_dir = "c:\window\temp"
Nothing helped me . any help will be appreciated .Thanks