hi all, in my project i have to upload the csv file.i want to show the data of the file before submitting the form. how to do it..plesae help me its very urgent..
Hi,
You may want to upload the file initially through AJAX, parse it and display the output for the user to validate. If the user submits the same, you can upload the same parsed value rather than re parsing the whole file all together.
-NAYAK
Vishwanath Nayak wrote:
Hi,
You may want to upload the file initially through AJAX, parse it and display the output for the user to validate. If the user submits the same, you can upload the same parsed value rather than re parsing the whole file all together.
-NAYAK
On Tue, Dec 30, 2008 at 6:26 PM, Rajkumar Surabhi <
thanks for ur reply... but i dont know how to do it as iam new bee to rails.iam aware of ajax and parsing.. is there any websites if plesae sugest them or if u have code plesae send me