Happy to report... success! PostFile sends (one) App produced csv file to server... from there php file parses rows into mySQL table. Just FYI, ended up storing csv file on server, then use fopen to parse - file on server is overwritten each time the app fires so it doesn't keep adding to same file (to save space). Many thanks again!