satyaki
Member
Posted 4 months ago #
What is the max. CSV file size that I can upload?
I am using 10MB files and it is failing miserably.
In my case never the 'successful' message is never coming.
I am going to the 'all posts' and when checking find that only 35% of the posts are uploaded.
Please help.
http://wordpress.org/extend/plugins/wp-ultimate-csv-importer/
W.P. Ginfo
Member
Posted 4 months ago #
Hi satyaki,
You logfile seems to suggest that 3.5 MB is the max. size.
Why not use a plaintext-editor such as Notepad++ [free] to cut up the current csv-files in 4 pieces of approx. 2.5Mb
See if 1 works, than add number two....
satyaki
Member
Posted 4 months ago #
It is ok.
the problem is with max file load size in php.ini
I have changed that.
This plugin works well with 20MB.
That is the limit I have tested so far.
Yes you can edit max file load size in php.ini file. This is not limited or issue by our plugin.
satyaki
Member
Posted 3 months ago #
Yes. The load file size is not limited by the plugin, it depends only on the website hosting service provider and the php.ini settings of the website.