Frequently Asked Questions

How to be able to see a progress bar during your uploads (phpMyAdmin)
To be able to see a progress bar during your uploads, your server must have the uploadprogress extension, and you must be running PHP 5.4.0 or higher. Moreover, the JSON extension has to be enabled in your PHP.
If using PHP 5.4.0 or higher, you must set session.upload_progress.enabled to 1 in your php.ini. However, starting from phpMyAdmin version 4.0.4, session-based upload progress has been temporarily deactivated due to its problematic behavior.

Around line number 1513 set  session.upload_progress.enabled to ON
php.ini file
    In 7.4 simply uncomment the php.ini file like this; 
  1. ; Enable upload progress tracking in $_SESSION
  2. ; Default Value: On
  3. ; Development Value: On
  4. ; Production Value: On
  5. session.upload_progress.enabled = On




 Last updated 08/02/2022 1:40 am

Please Wait!

Please wait... it will take a second!