0
I need php code for the following html form which could upload a video file upto 20 mb mp4 etc ..
<html> <body> <form action="upload.php" method="post" enctype="multipart/form-data"> Â Â Â Select image to upload: Â Â Â <input type="file" name="fileToUpload" id="fileToUpload"> Â Â Â <input type="submit" value="Upload Image" name="submit"> </form> </body> </html>
2 Answers
0
is it solo website for web ??