Save original video uploads

Anyone know what I would have to do to make it so the original video a user uploads is saved to some kind of backup folder?

Thanks.

Light man a fire keep him warm for a night, light him ON fire & he will be warm the rest of his life
Quote · 21 Jan 2010

Hello!


U need to edit flash/modules/video/inc/funtions.inc.php file, function uploadVideo. U may paste after this part:

if(file_exists($sFilePath) && filesize($sFilePath) > 0)
{

something like

copy($sFilePath, 'place where need to copy');


Regards

Quote · 21 Jan 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.