i have an android app that writes data to a text file. The text file has the following contents
0.459, 0.957, 9.692,2014/05/11 12:40:027916020051941
0.536, 0.919, 9.577,2014/05/11 12:40:027916080051941
i would like to save the contents of this text file to a mysql table on a server. Can i do this from within the android app? i.e. load the textfile and save its contents on the server? please help