D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
markniuj
/
bazmeasar.com
/
admin
/
Filename :
upload_mp4.html
back
Copy
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Add audio Files</title> <link rel="stylesheet" href="css.css"> </head> <body> <div class="mainbody"> <div class="bodyarea"> <div class="dextop"> <h2>Upload MP4</h2> <form action="upload_mp4.php" method="post" enctype="multipart/form-data"> <label for="mp4File">Select MP4 file (max 30MB):</label> <input type="file" name="mp4File" id="mp4File" accept=".mp4" ><br> <label for="thumbnail">Title Image:</label> <input type="file" name="thumbnail" id="thumbnail" accept="image/*"><br> <!-- New image upload field --> <label for="mp4Date">Date:</label> <input type="date" name="mp4Date" id="mp4Date" required><br><br> <label for="mp4Category">Category:</label> <input type="text" name="mp4Category" id="mp4Category" ><br> <label for="mp4Title">Title:</label> <input type="text" name="mp4Title" id="mp4Title" ><br> <label for="urduText">Urdu Text:</label> <input type="text" name="urduText" id="urduText" ><br> <label for="englishText">Detalis:</label> <textarea name="englishText" id="englishText" rows="4" cols="50"></textarea><br> <input type="submit" value="Upload MP4" name="submit"> </form> </div> </div> </div> </body> </html>