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 Respuestas
0
is it solo website for web ??