How to perform several consecutive CSV imports
How to perform several consecutive CSV imports
Hello,
I am facing an issue when I try to import several consecutive CSV file in my tables.
I look into your example : https://editor.datatables.net/examples/extensions/import
The issue also exists : if you import a CSV file into the table, and then try to import another CSV file the import form will open but you cannot load a file from your computer.
Do you have any clue to correct this issue ?
Thanks
This discussion has been closed.
Answers
Actually, it seems that the issue occurs only when we try to import twice the same file.
Is there a way to allow it ?
Thanks
Everything works fine in Firefox. It's a Chrome Problem. The issue is most likely related to this stackoverflow. You're lucky that there are so many good replies for this issue.
@danygiaco - What version of Editor are you using please? If not 1.9.2, could you update to it?
Editor has the following code in it to address this specific issue:
so it should already work and it does appear to for me (FF and Chrome).
Thanks,
Allan
Thank you for your replies.
@allan : I am using the version 1.9.2. It is surprising that it works on your side. You are able to import consecutively twice a same CSV file ?
@ComGreed : I am not sure how to use the solution provided in the link you shared. I will have a look in it.