Upload large file restart and can't save

saya2110

New Member
YetiShare User
Jan 16, 2013
6
0
0
dear admin,
i'm have new problem with other server ( via ftp) or my local host upload small file ok no problem but for Upload big file (example : 486 mb ) can't save. i'm set upload capacity 1 GB.

after login to admin Area , script send this massage "Your server tmp folder only has -57,344 KB, yet your max file upload is 1 GB. Please contact your host to increase." I've actually point to ftp. I'm work this script with VPS hosting. What wrong ? Please more info. Thank you

 

aggoni072007

New Member
YetiShare User
Reservo User
Jan 1, 1970
53
0
0
i solved this on my server runing on Debian doing this:
- disable CGI support and fast CGI support
- activate apache support and apache module support
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
Hi,

Even with using an ftp file server, PHP still needs to cache the uploaded file within the tmp folder. It then gets moved over to your ftp file server once it's fully uploaded. So your host should be able to increase the available space you have within the tmp folder.

Regards,
Adam.
 

angeloflove922112

New Member
YetiShare User
Jan 16, 2013
2
0
0
I have the same problem, I've already disabled fast CGI but my temp folder always has a size of 0kb.
how can I fix this?
 

gccarlin011700

New Member
YetiShare User
Aug 11, 2012
50
0
0
Do that step by step:

pico /scripts/securetmp
Modify "my $tmpdsksize"

service mysql stop
service httpd stop
pstree -p | grep tailwatchd
then kill the processes
umount /var/tmp
fuser -cu /tmp
then kill all processes appears to you
umount /tmp
rm -rf /usr/tmpDSK
/scripts/securetmp --auto
service mysql start
service httpd start

reboot -n

Done
 

ledanglong3137

New Member
YetiShare User
Wurlie User
Oct 21, 2013
2
0
0
ERROR:

Your server tmp folder only has 0 KB, yet your max file upload is 1 GB. Please contact your host to increase.

i use centos and zpanel.