I upload a 24 MB file and follow the instructions to configure the download directory for phpmyadmin using $ cfg ['UploadDir'] . Unfortunately, it does not work.
I created a folder inside my phpMyAdmin folder named 'upload'.
In my config.inc.php, I set the following:
$cfg['UploadDir'] = 'upload';
This config was a master created by PMA.
I also tried:
$cfg['UploadDir'] = './upload';
$cfg['UploadDir'] = '/absolute_php_my_admin_address/upload';
I also tried all of these options with a trailing "/" at the end.
I found many threads on the Internet with a specific problem. My download folder has the same permissions and ownership as the parent PMA directory. I also do not work in safe mode.
Have you encountered this problem and solved it? Launch PMA 3.5.2 on Redhat 5.