From f894e79de10f15518d9c5fae6a5c56b6fac46b12 Mon Sep 17 00:00:00 2001 From: CloudStarTreck <37251906+Teecloudy@users.noreply.github.com> Date: Wed, 8 Apr 2020 10:05:17 +0800 Subject: [PATCH] Editing report by Instructor In the previous update, the form for editing assignments by instructor was failing to retrieve + Marks "> Attachment 1 @@ -183,7 +186,7 @@ Attachment 4
Submission Type Invidual - Group + Group





diff --git a/Script.php b/Script.php index 85c785b..5a6491d 100644 --- a/Script.php +++ b/Script.php @@ -724,17 +724,17 @@ $count=0; //check zise if(!checksize("attachment1")) { - echo "20 MB is the maximum file size allowed"; + echo "2 MB is the maximum file size allowed"; return; } if(!checksize("attachment2") && $_FILES["attachment2"]["name"]!="") { - echo "20 MB is the maximum file size allowed"; + echo "2 MB is the maximum file size allowed"; return; } if(!checksize("attachment3") && $_FILES["attachment3"]["name"]!="") { - echo "20 MB is the maximum file size allowed"; + echo "2 MB is the maximum file size allowed"; return; }