i want to import .txt file values into mysql using php and jquery/Ajax without page refresh.
with following format.
for example text file is :
user@emaill;user name;gender
user1@emaill;user name;gender
user2@emaill;user name;gender
user select file and press Process Button. once it start processing JQUERY/AJAX shows
you have 3 records
processing Record no.1 user@email
..................................
..................................
Import Process Complete
does any one work on same example.
i search on net but didn't find any example. many examples for picture upload but not for import data from text file.
Thanks