Jump to content

Shared hosting, setting file upload config


Recommended Posts

You maybe able to override the php.ini setting using the ini_set function within your php scripts. Or using a .htaccess file using the php_flag directive

 

Example htaccess file

php_flag upload_tmp_dir /path/to/tmp/dir/
php_flag upload_max_filesize 50M

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.