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?
jyd0228
Posts: 30Questions: 11Answers: 0
in DataTables
Is there a limit to the capacity that can be entered in the CSV import function?
This discussion has been closed.
Answers
https://editor.datatables.net/examples/extensions/import.html
In the example above, When CSV import, more than 200 row errors occur.
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?
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
Is it impossible without nginx?
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