file input not accepting videos
Posted: Thu May 12, 2011 12:32 pm
The following code fails to transfer video files, although works fine for HTML and Word documents. Anything special about video format (.flv, .wmv)?
Thanks.
Code: Select all
<form enctype="multipart/form-data" action="video_upload_go.php" method="POST">
Choose a file to upload: <input name="uploadedfile" type="file" maxlength="1000000000"/><br />
<input type="submit" value="OK" />
</form>