Advertisement
Kitood

Untitled

Feb 2nd, 2023
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. <section class="upload" id="upload">
  2. <h2 class="apt">UPLOAD THESIS</h2>
  3. <center>
  4. <div class="damn">
  5. <form method="POST" action="" enctype="multipart/form-data" style="padding-top:44px; width:500px">
  6. <!-- <label for="paper_name">Paper Name :</label> -->
  7. Paper Name :
  8. <input type="text" name="paper_name" placeholder="Name" required="required" value={{request.form.paper_name}}>
  9. <br>
  10. <br>
  11. Category :
  12. <input type="text" class="idk" name="paper_category" placeholder="Category" required="required" value={{request.form.paper_category}}>
  13. <br>
  14. <input type="file" name="myfile" id="myfile" class="reer" style="width:260px">
  15. <!-- Upload :
  16. <input type="file" id="myfile" name="myfile"> -->
  17.  
  18. <!-- <input type="submit" value="Submit"> -->
  19. <!-- <label for="myfile">Upload :</label> -->
  20. <!-- <div class="container mt-5">
  21. <h1 class="text-center">Upload your documents here</h1>
  22. <div class="col-sm-12 col-lg-4 mr-auto ml-auto border p-4 dabba">
  23. <form method="post" enctype="multipart/form-data">
  24. <div class="form-group"> -->
  25. <!-- <label><strong>Upload Files</strong></label> -->
  26. <!-- Choose a file: -->
  27. <!-- <input type="file" name="myfile" id="myfile" class="reer"> -->
  28. <!-- <div class="custom-file"> -->
  29. <!-- <div class="upload-btn-wrapper"> -->
  30. <!-- <button class="btn">Upload a file</button>
  31. <input type="file" name="myfile" />
  32. </div>
  33. </div> -->
  34. <!-- </div> -->
  35. <!-- <div class="form-group"> -->
  36. <div class="tub">
  37. <button type="button" value="upload" name="upload" id="upload" class="btn-block btn-dark but"><i
  38. class="fa fa-fw fa-upload"></i> Upload</button>
  39. </div>
  40. <!-- <input type="submit" value="Submit"> -->
  41.  
  42. <!-- </div> -->
  43. </form>
  44. </div>
  45. <br>
  46. <!-- </form> -->
  47. </div>
  48. </center>
  49. </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement