Hello,

I am trying to upload mysql file into my xampp.

(Max: 2,048KiB)

I wonder why it cannot exceed that limit?

I have tried to update my php.ini file :

upload_max_filesize=10M

and save it but it does not change the fact. I have to upload like 2.6 M file but it does not work.

Any clue?

Recommended Answers

All 4 Replies

I tried it again.

I already change the php.ini

php.ini

upload_max_filesize = 10M
post_max_size = 10M

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.

The file is only 2.6 MB

Compress the file to a .zip format and import.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.