diff --git a/addMateri.php b/addMateri.php index 3e4e107724f29cad8a18c242ab68ea918f1951b5..53e88d45654fd8875973f08cfcf6a5c83186fe3b 100755 --- a/addMateri.php +++ b/addMateri.php @@ -30,7 +30,7 @@ if ($_POST["isVideo"] == 1) { $uploadOk = 0; } // Check file size - if ($_FILES["videofile"]["size"] > 20000000) { + if ($_FILES["videofile"]["size"] > 100000000) { echo "Sorry, your file is too large."; exit(); $uploadOk = 0; diff --git a/admin/materi.html b/admin/materi.html index 4fc719029a0ffcc75392ae150d4e20ef6a85aa25..658b8d8d562c813fbc8d551a20b9440070fa242a 100755 --- a/admin/materi.html +++ b/admin/materi.html @@ -41,9 +41,9 @@ <button type="submit" class="btn btn-default">Kirim</button> </form> -<div id="textbar"> +<div id="progbar"> <h6>Uploading ...</h6> -<div id="progbar" class="progress d-none"> +<div class="progress d-none"> <div class="bar progress-bar progress-bar-striped active"></div> </div> </div>