Webmaster Forums - Website and SEO Help

Web Development and Design => Website Design and HTML => Topic started by: AllenSantiago on March 30, 2012, 03:18:06 AM

Title: Video Uploading In PHP
Post by: AllenSantiago on March 30, 2012, 03:18:06 AM
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.