This is the form i have created. Please help
<input id="file-input" accept="video/*" type="file" name="FileName" />
<br>
<form action="Upload.php" enctype="multipart/form-data" method="get post" target="_self"><br><video id="video" controls="controls" width="300" height="300"></video>
<p><br>
<label for="VIDEO_NAME">Video Name</label><br><br>
<input id="fileNameDisplay" name="VIDEO_NAME" onchange="updateFileName(this)" required= "" type="text" placeholder="Name of the Video" style="font-size: 20; width:300 ;" />
<label for="video-AGE_RESTRICTION">Age Restriction</label> ( )
<label><input name="AGE_RESTRICTION" type="radio" value="For Kids" /> For Kids</label><label><input name="AGE_RESTRICTION" type="radio" value="Not For Kids" /> Not For Kids</label>
<p><br>
<input name="submit" type="submit" value="Upload file" style="width: 150px; min-height: 50; color: azure; background-color: green; font-size: 16px; " />
</form>