06-04-2012, 07:08 AM
[eluser]Shiro[/eluser]
Dear all,
I would like to get some logic idea how your guys will write this kind of logic.
I would like to import an Excel file to my database.
Here is my logic step
1. Upload Excel / CSV file to webserver
2. Read the file, match the header file with database column.
3. Importing the data
Here is the part I need your guys suggestion.
While importing the data, I need a progress bar to display the complete percentage. User can have the option wait until 100%, or they can leave the page, go to other page. The process still working at the backend. If you user prefer to leave it, I can have an option for the user to enter their email, once it is done, the system will send an notification to the user.
How I can archive this. I need to complete this in CI 2.1.0
Anyone have idea or sample project for me to reference.
Thanks!
Dear all,
I would like to get some logic idea how your guys will write this kind of logic.
I would like to import an Excel file to my database.
Here is my logic step
1. Upload Excel / CSV file to webserver
2. Read the file, match the header file with database column.
3. Importing the data
Here is the part I need your guys suggestion.
While importing the data, I need a progress bar to display the complete percentage. User can have the option wait until 100%, or they can leave the page, go to other page. The process still working at the backend. If you user prefer to leave it, I can have an option for the user to enter their email, once it is done, the system will send an notification to the user.
How I can archive this. I need to complete this in CI 2.1.0
Anyone have idea or sample project for me to reference.
Thanks!