Remote url problem/bug

ysmods

New Member
Jan 29, 2013
860
1
0
UK
www.ysmods.com
I'm tying to transfer a 180mb video file from one of my servers via remote url, however every time I try to transfer I get the following error:

video.avi Error: File is too big

Uploads in php.ini are set to 999mb and the script is set to allow 500mb uploads
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Have you got a premium user I can test with. A non logged in upload will only allow 100MB.

Send it via the contact form above.
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
For everyone elses benefit, the fix:

On line 505 of includes/class.uploader.php replace this:

Code:
if ($tmpFile && is_uploaded_file($tmpFile))
with this:

Code:
if ($tmpFile)
The release code has also been fixed.

Regards,
Adam.
 

gccarlin011700

New Member
YetiShare User
Aug 11, 2012
50
0
0
Yes luckylutz, On mine in FF it freezes the browser hard when I click copy all links and I have to close FF and restart to get them individually.