form action= - relative

master
Castro0o 4 years ago
parent 9c810fbab5
commit b5088929dd

@ -12,11 +12,11 @@
<p class="secondp">We will also create a uploaders signature, read more about it <a href="/about">here</a>! Please feel free to leave your remarks on the process of sharing the file. If you want to batch upload, please <a href="mailto:butlerbeauregard@protonmail.com">contact me</a> directly!</p>
</div>
<form action="/uploadbook" method="POST" enctype="multipart/form-data">
<form action="uploadbook" method="POST" enctype="multipart/form-data">
<h3>UPLOAD THE FILE</h3>
<form action="/uploadbook" method="POST" enctype="multipart/form-data">
<form action="uploadbook" method="POST" enctype="multipart/form-data">
<div class="form-group">
<div class="custom-file">
<input oninput="filesize(this);" type="file" name="book" id="book">
@ -27,7 +27,7 @@
<h3>WATERMARK</h3>
<form action="/watermark" method="POST">
<form action="watermark" method="POST">
<div class="form-group">
<label>↘Identify yourself with a name, nickname or pseudonym!</label><br>

@ -7,7 +7,7 @@
<h3>Request a Book</h3>
<form action='/submit' method='post'>
<form action='submit' method='post'>
<label for='title'>Title</label>
<input name='title' type='text'></input>

@ -12,7 +12,7 @@
<p class="secondp">We will also create a uploaders signature, read more about it <a href="/about">here</a>! Please feel free to leave your remarks on the process of sharing the file. If you want to batch upload, please <a href="mailto:butlerbeauregard@protonmail.com">contact me</a> directly!</p>
</div>
<form action="/uploadbook" method="POST" enctype="multipart/form-data">
<form action="uploadbook" method="POST" enctype="multipart/form-data">
<h3>UPLOAD THE FILE</h3>
@ -26,7 +26,7 @@
<h3>WATERMARK</h3>
<form action="/watermark" method="POST">
<form action="watermark" method="POST">
<div class="form-group">
<label>↘Identify yourself with a name, nickname or pseudonym!</label><br>

Loading…
Cancel
Save