Can any body guide me please how to upload video files using php
and how to maintain it?
i can successfully uploaded image files with this code shown below
Code: Select all
move_uploaded_file($_FILES['userfile']['tmp_name'], $uploadfile) ; please help me out from this
regards
bhanu