Upload Error! Please help.

joymax27104000

New Member
YetiShare User
Jun 4, 2014
131
0
0
Hi,

When I try upload file via "File Upload", it's will process ~15% and stop, I can't see any link (remote is ok):


Why?

Thanks for helping
 

adam

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

What file size does it stop on? If less than 5mb you'll need to increase your max upload settings in php.ini.

Also check the folder /files/_tmp exists with write permissions.

Regards,
Adam.
 

joymax27104000

New Member
YetiShare User
Jun 4, 2014
131
0
0
I can upload file size > 1GB before, but sometime I can't upload them, I must use remote upload
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
Have a look for any logs on the /logs/ folder but also on your server error logs. It could be Apache restricting the upload size.
 

hans

New Member
YetiShare User
Sep 2, 2014
5
0
0
i'm also the same
file logs:

2014-09-02 11:24:42 - Upload request to uploadHandler.php: Array
(
[r] => acb.com
[p] => http
[_sessionid] => 5dfbi5080f7utd89a8nthl1c16
[cTracker] => f0c2fa4b5fc33c2dc44505849c6e64ac
[maxChunkSize] => 5000000

please help me fix errỏ
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
Yours looks to be server memory related. Try adding this to the bottom of the _config.inc.php and try another upload:

Code:
ini_set('memory_limit','2048M');
 

hans

New Member
YetiShare User
Sep 2, 2014
5
0
0
adam said:
Yours looks to be server memory related. Try adding this to the bottom of the _config.inc.php and try another upload:

Code:
ini_set('memory_limit','2048M');
add code:
ini_set('memory_limit','2048M');

but don't working
(attachment)

i try install script on localhost (windown RAM 8G HDD 1TB, CPU i3 3.0 ) but don't working??
Logs file on locahost:
Code:
2014-09-05 05:21:20 - Upload request to uploadHandler.php: Array
(
    [r] => localhost
    [p] => http
    [_sessionid] => le91ddkrdops2catkjn3tmqcv4
    [cTracker] => c36c026dc1fc0995158fc526d2f84d0b
    [maxChunkSize] => 5000000
)
logs file my website:
Code:
2014-09-05 07:00:20 - Upload request to uploadHandler.php: Array
(
    [r] => file.inz.vn
    [p] => http
    [_sessionid] => 448trmvcaq3h12eb1qcncd3750
    [cTracker] => 8b7b2e9471da64747bc0bb86e0ef7d4b
    [maxChunkSize] => 5000000
 

Attachments