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.
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 |
Hello!
if(file_exists($sFilePath) && filesize($sFilePath) > 0) something like copy($sFilePath, 'place where need to copy');
|