Page 1 of 1

video file uploading

Posted: Wed Sep 15, 2010 7:59 am
by bhanu
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

Code: Select all

 move_uploaded_file($_FILES['userfile']['tmp_name'], $uploadfile) ;  
but i cant upload video files

please help me out from this


:banghead:

regards
bhanu

Re: video file uploading

Posted: Wed Sep 15, 2010 8:14 am
by buckit
you haven't explained what you issue is other than "i cant upload video files".

why doesn't that work? errors? whats the rest of your code?



I'm sure you have your reasons for wanting to upload and maintain video on your site... but honestly I would seriously weigh the pros and cons of using youtube to host the video and simply imbedding those videos into your site. will save you a TON on bandwidth alone.