dear all
i want to have php script to upload video file (MP4, avi ...etc)
Also how do I edit it (replace existing one with new one .. )
Please please help
dear all
i want to have php script to upload video file (MP4, avi ...etc)
Also how do I edit it (replace existing one with new one .. )
Please please help
dear all
i want to have php script to upload video file (MP4, avi ...etc)
Also how do I edit it (replace existing one with new one .. )
Please please help
Here's a place to start: http://www.webdeveloper.com/forum/showthread.php?t=101466. While it specifically discusses image uploads, it also applies to uploading any type of file.
The same way that you upload any other file. Manual page on file uploads
To replace a file, just [man]unlink/man the file first, then use [man]move_uploaded_file/man to move the file permanently.