Is there a limit to the capacity that can be entered in the CSV import function?

Is there a limit to the capacity that can be entered in the CSV import function?

jyd0228jyd0228 Posts: 30Questions: 11Answers: 0

Is there a limit to the capacity that can be entered in the CSV import function?

Answers

  • jyd0228jyd0228 Posts: 30Questions: 11Answers: 0

    https://editor.datatables.net/examples/extensions/import.html

    In the example above, When CSV import, more than 200 row errors occur.

  • jyd0228jyd0228 Posts: 30Questions: 11Answers: 0

    I looked it up and found that PhP told me to change the value of max_input_vars, but I am using nodejs. Is there any other way?

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin

    Are you using nginx in front of your NodeJS server? If so you will likely need to increase the POST size limit - this post has details on how that can be done.

    Allan

  • jyd0228jyd0228 Posts: 30Questions: 11Answers: 0

    Is it impossible without nginx?

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin

    No I'm sure it will be possible, we just need to know what you are using. Do you have an HTTP server in front of it? Or are you using a framework like Express just directly on port 80?

    Allan

This discussion has been closed.