From e1e658c6547a2b00a2b5b32bf3cd34ab8a5f2a52 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 17 Jan 2013 18:54:35 +0100 Subject: Support multiple uploads in the same request This change *should* be backwards compatible. Signed-off-by: Florian Pritz --- application/views/file/show_url.php | 10 ++++++---- application/views/file/upload_form.php | 5 +++-- application/views/file_plaintext/show_url.php | 3 ++- application/views/file_plaintext/upload_form.php | 1 + 4 files changed, 12 insertions(+), 7 deletions(-) (limited to 'application/views') diff --git a/application/views/file/show_url.php b/application/views/file/show_url.php index 3c08ed952..a3d965717 100644 --- a/application/views/file/show_url.php +++ b/application/views/file/show_url.php @@ -1,6 +1,8 @@
-

- You can get your file here:
-
-

+

You can get your file(s) here:

+

+ $url) { ?> +
+ +

diff --git a/application/views/file/upload_form.php b/application/views/file/upload_form.php index a6f4eedc7..aaf36931a 100644 --- a/application/views/file/upload_form.php +++ b/application/views/file/upload_form.php @@ -13,7 +13,7 @@

File upload

-
+
@@ -22,7 +22,8 @@ Uploads/pastes are deleted after days 0) { echo "unless they are smaller than ".format_bytes($small_upload_size); - } ?>. Maximum upload size is + } ?>. Maximum upload size is . + You can upload a maximum of files at once.

diff --git a/application/views/file_plaintext/show_url.php b/application/views/file_plaintext/show_url.php index bb94d7422..64050ddcd 100644 --- a/application/views/file_plaintext/show_url.php +++ b/application/views/file_plaintext/show_url.php @@ -1,2 +1,3 @@ - + days 0): ?> unless they are smaller than . Maximum upload size is . +You can upload a maximum of files at once. How to link your uploads: - "//" automatically highlight the uploads -- cgit v1.2.3-24-g4f1b