Video Uploading In PHP

Started by AllenSantiago, March 30, 2012, 03:18:06 AM

AllenSantiago

Are you confused with video uploading in PHP; here is the command which becomes helpful to upload the video in PHP.

<form
enctype="multipart/form-data" action="upload_videos.php" method="POST">
Choose Video: <input name="videofile" type="file" /><br />
<input type="submit" value="Upload Video" />
</form>

Save your file as a ".html" or ".htm" extension.