Php import local excel to online database my program can import local excel to the local database, but it will not work if it is uploaded to the server ??? Do you want to upload the local excel file to the server and then import it ..... Only 22 points... Sorry .... Share with php import local excel to online database
My program can import the local excel file to the local database, but it cannot be uploaded to the server ??? Do you want to upload the local excel file to the server and then import it ..... Only 22 points... Sorry ....
Share:
------ Solution --------------------
Php_value upload_max_filesize = 10 M
Php_value post_max_size = 10 M
Valid only in. htaccess
Ini_set ('upload _ max_filesize ', '10m ');
Ini_set ('post _ max_size ', '10m ');
It does not take effect, because the file has been passed over before the execution.
You should be in php. ini
Upload_max_filesize = 10 M
Post_max_size = 10 M
And restart the web service.