WAMP Uploading large File

后端 未结 5 1029
Happy的楠姐
Happy的楠姐 2020-12-05 16:43

I have 2.24MB file size to upload to database, it displays

No data was received to import. Either no file name was submitted, or the file size exceeded the maximum s

5条回答
  •  無奈伤痛
    2020-12-05 17:13

    Go to C:\wamp64\bin\apache\apache2.4.23\bin (don t foreget to change the apache version if you'll copy paste) and edit upload_max_filesize to 20M or more and post_max_size to 20M or more in php.ini file. Mow restart wamp server(left click on wamp hidden icon and restart server) If you still have problems, try to edit php.ini from here too C:\wamp64\bin\php\php7.0.10 (change the php version if you'll copy paste) and restart the server again. Now it must work.

提交回复
热议问题