Uploading Csv Files Bigger Then 2M

Hi,

How is possible to upload CSV files bigger then 2MB ?

Hi,

How is possible to upload CSV files bigger then 2MB ?

You should increase values of the post_max_size and upload_max_filesize directives on your server.

You should increase values of the post_max_size and upload_max_filesize directives on your server.

it works, thank you !