PHP temporary files for upload

3 posts / 0 new
Last post
#1 Mon, 09/12/2016 - 05:51
skpsi

PHP temporary files for upload

HI,

I try to change default uploads folder because that folder doesn't used while uploading and i noticed that main /tmp folder is used -that is wrong behavior. I try change home/user/domains/domain.ltd/etc/php5/php.ini value upload_tmp_dir bit it doesnt change anything after apache restart . What i should do to solv this problem .?

Mon, 09/12/2016 - 09:23
just_me

Depends on whether you use apache_mod php / cgi / fcgi. Might need to do this in /etc/php5/apache2/php.ini or the like.

Tue, 09/13/2016 - 01:00
skpsi

i try all of them. Now i use default fcgi.

Topic locked