-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
better uploads handling, no need of code anymore
- Loading branch information
1 parent
a7b6ac4
commit 560b3c9
Showing
5 changed files
with
78 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title translate="no">CopyPasta/Video</title> | ||
<title translate="no">CopyPasta/Client</title> | ||
<link rel="icon" href="{{ url_for('static', filename='favicon.ico') }}" type="image/x-icon"/> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" integrity="sha384-eoTu3+HydHRBIjnCVwsFyCpUDZHZSFKEJD0mc3ZqSBSb6YhZzRHeiomAUWCstIWo" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> | ||
|
@@ -53,10 +53,6 @@ <h5>What do you want to send ?</h5> | |
<h3>Send some text to another pc !</h3> | ||
<input type="text" class="ip_addr_input" id="ip_addr_input" name="pc_ip_addr" class="input" placeholder="Other pc's IP address"/> | ||
<br> | ||
<input type="text" class="upload_code_input" id="upload_code_input" name="upload_code" class="input" placeholder="Other pc's upload code"/> | ||
<br> | ||
<label for="upload_code_input" style="margin-bottom: 2%;">This code is available on the home CopyPasta page of the other pc. Same for the IP address</label> | ||
<br> | ||
<textarea name="text_content" class="mt-2 text_content" type="text" placeholder="Type your text here !"></textarea> | ||
<input name="type" type="text" value="text" hidden/> | ||
<br> | ||
|
@@ -69,10 +65,6 @@ <h3>Send some text to another pc !</h3> | |
<h3>Send a file to another pc !</h3> | ||
<input type="text" class="ip_addr_input" id="ip_addr_input" name="pc_ip_addr" class="input" placeholder="Other pc's IP address"/> | ||
<br> | ||
<input type="text" class="upload_code_input" id="upload_code_input" name="upload_code" class="input" placeholder="Other pc's upload code"/> | ||
<br> | ||
<label for="upload_code_input" style="margin-bottom: 2%;">This code is available on the home CopyPasta page of the other pc. Same for the IP address</label> | ||
<br> | ||
<input class="mt-2" type="file" placeholder="Select the file here" name="files_input" id="file_input"/> | ||
<input name="type" type="text" value="file" hidden/> | ||
<br> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters