-
1. Re: Store student details in local computer using txt or access or any database
kennethkawamoto2 Sep 15, 2011 2:33 AM (in response to rahimhaji)I don't know about Access but you can save a text locally using FileReference.save() - but you cannot specify where to save and there are no security or privacy or anything though...
-
2. Re: Store student details in local computer using txt or access or any database
rahimhaji Sep 15, 2011 2:53 AM (in response to kennethkawamoto2)Dear Mr.Kenneth,
Thks for ur answer, i want to store studetn details like name, subject_mark1, subject_mark2 etc...
i think u have given me an answer to save separate txt file.. same time. fileReference.Save () is not exisitng.. only upload andbrowse is ther..
If we can save students details like name, mark1, mark2...etc.. pls help me...
Regards,
Rahim
-
3. Re: Store student details in local computer using txt or access or any database
kokorito Sep 15, 2011 3:38 AM (in response to rahimhaji)to save as a text file you will need a server side script to do the saving.
you can save the text locally using the local shared object but that will be on the specific machine. Not sure if thats what you want
-
5. Re: Store student details in local computer using txt or access or any database
dmeN Sep 15, 2011 4:32 AM (in response to kennethkawamoto2)You can use a SharedObject. Seems perfect for what you're wanting to do.



