Skip to content

Commit b1e9beb

Browse files
authored
Oopsie
1 parent ee54e55 commit b1e9beb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h2>Q&A</h2>
6464
API PATH: {{request.base_url}}upload
6565
METHOD: POST
6666
POST DATA ->
67-
FILE=(The file to upload. Proper extension as given below and less than 100 MB.)
67+
FILE=(The file to upload. Less than 100 MB.)
6868
CURL EXAMPLE: curl -F 'file=@/path/to/file.extension' '{{request.base_url}}upload'</pre>
6969
</p>
7070
<p>
@@ -122,7 +122,7 @@ <h4 style="color: #fff;">By a random ghost. More specifically, <b><a href="">Ran
122122
data: formData,
123123
success: function(result) {
124124
if (result.startsWith("Error")) alert(result);
125-
else $("#progressText").html("Uploaded to <a href='" + result + "'>"+ result +"</a>");
125+
else $("#progressText").html("Uploaded to<br><a href='" + result + "'>"+ result +"</a>");
126126
}
127127
};
128128
$('#progressBar').show();

0 commit comments

Comments
 (0)