I'm building a site in Zend that requires the ability to upload a list of email addresses via a file upload. This will end up populating a distribution list table.
What I'd like to do is have the user complete the form, including the attached file, then upon submit, I will parse the file and submit the form for each line of the file.
Ex. User completes the form with the distribution list name, and uploads a file ( properly formatted)
On submit, I need to parse the file for each email address, then add a row of data to the table with the distribution list name and a new address.
Any ideas, I'm open to all suggestions.
Thanks for the help, you guys are awesome