Large uploads

adamncale2489

New Member
YetiShare User
Apr 29, 2013
27
0
0
Most have success with large upload (larger than 1gb) but others are getting Error: too large to upload and upon investigating, they somehow got logged out in the middle of their upload. Any suggestion on why tey suddenly get logged out while all they've been doing was an upload?
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
This might be due to the time it take for uploading, i.e. the users session is expiring before the upload completes. You could try increasing this within your php.ini file to see if it helps. See here for info:

http://stackoverflow.com/questions/156712/php-what-is-the-default-lifetime-of-a-session

The new version of YetiShare shouldn't have this issue. It uses 'chunked' uploads which mean the upload is done in sets of 5MB so the session should be kept active by each chunk.