From 03529db78ba59c10602c12a3b3cba7e93a064a47 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Mon, 2 Nov 2020 17:23:41 +0000 Subject: [PATCH 1/4] [QSL Management] Added notification on the max file size you can upload --- application/controllers/Logbook.php | 2 +- application/views/view_log/qso.php | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/application/controllers/Logbook.php b/application/controllers/Logbook.php index ac8b85ef..d7a78199 100755 --- a/application/controllers/Logbook.php +++ b/application/controllers/Logbook.php @@ -413,7 +413,7 @@ class Logbook extends CI_Controller { $this->load->model('Qsl_model'); $data['qslimages'] = $this->Qsl_model->getQslForQsoId($id); - + $data['max_upload'] = ini_get('upload_max_filesize'); $this->load->view('interface_assets/mini_header', $data); $this->load->view('view_log/qso'); $this->load->view('interface_assets/footer'); diff --git a/application/views/view_log/qso.php b/application/views/view_log/qso.php index 2440de91..6239d9c2 100644 --- a/application/views/view_log/qso.php +++ b/application/views/view_log/qso.php @@ -317,6 +317,9 @@ echo ''; } ?> + + Warning Maximum file upload size is B.
Mark All QSOs as Sent to eQSL use this if you have lots of QSOs to upload to eQSL it will save the server timing out.