August 6, 2013
A simple way to implement upload status for an administration panel. Based on AJAX and my JavaScript LoadVars class, this method doesn’t need anything else to show uploading status on a simple form based html page. To intall uploadprogress module, from the command line # pecl install uploadprogress 1) configure php.ini and add extension=uploadprogress.so 2) […]