M
mjmadelo
Guest
Hi Godfrey! Thank you for your answer. It gave me a general idea of how to attack this problem. What I did was generally this. In a generic portal page, I created a modal asking for a csv file upload. The jquery-csv libraray ( code.google.com/.../jquery-csv ) helped me a lot in doing this. After the successful file read and error-checking functions on formatting, records are created dynamically by doing a little modification on your createRecords() function. That's it! I modeled my solution based from your suggestion. Thank you! MJ
Continue reading...
Continue reading...