I need php code for the following html form which could upload a video file upto 20 mb mp4 etc .. | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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>

6th Dec 2017, 8:46 PM
hassan
2 Réponses
6th Dec 2017, 8:58 PM
AgentSmith
0
is it solo website for web ??
6th Dec 2017, 9:03 PM
hassan