diff --git a/Script.php b/Script.php
index cc9fa3b..b00e8d5 100644
--- a/Script.php
+++ b/Script.php
@@ -528,7 +528,7 @@ function checksize($file)
 {
     $result = $_FILES["$file"]['size']/(1024*1024);
       
-    if($result > 1)
+    if($result > 3)
     {
         return FALSE;
     }