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
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.