I want to know how to upload a video like on youtube, vimeo etc to get a final flash
video. I'm using PHP.
I have this HTML form:
<form action="upload.php" method="post" enctype="multipart/form-data">
<input type="file" name="upload_video" />
</form>
So what should I do if the user has uploaded a video for example in .mov
or other video formats to have the final flash
video?
Please if you know any links or anything related to this let me know!