Show AJAX upload status on progress element
I’ll put this here as a reference for anyone searching – this relies on no javascript at all.. <?php /** * Quick and easy progress script * The script will slow iterate through an array and display progress as it goes. */ #First progress $array1 = array(2, 4, 56, 3, 3); $current = 0; foreach … Read more