79655389

Date: 2025-06-06 04:06:19
Score: 3
Natty:
Report link

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> (&nbsp;)
        <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>


Reasons:
  • RegEx Blacklisted phrase (3): Please help
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: shikhar chadha