i have searched and i understand the php.ini and have my vBulletin at upload_max_filesize=100M but my uploader still states defaults.
i looked through the uploader files and only found one spot where there was a number but its under an error.
so how do i change this??? i want it to equal my max upload for vBulletin.
pictures attached
this is what i have in my php.ini file:
register_globals = off
allow_url_fopen = on
post_max_size=100M
upload_max_filesize=100M
|