Pages

Thứ Ba, 19 tháng 8, 2014

How to solve No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16

No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.
1)To Upload more than 2MB files in php(xampp 1.7.7) to face this problems,by default  upload_max_filesize = 2M in php
No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration
2)To Simply Solve this problem Editing Small code In your php.ini file
3)Open C:\xampp\php\php.ini file(xampp 1.7.7)
; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 2M
4)change file size upload_max_filesize = 2M to u pload_max_filesize = 20M(your requirement)
5)Restart your computer.
6)Import your database file to successfully imported as seen below.
No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.

0 nhận xét:

Đăng nhận xét