video file uploading
Posted: Wed Sep 15, 2010 7:59 am
Hi to all,
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
but i cant upload video files
please help me out from this
regards
bhanu
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