in reply to Uploading Excel data into MySQL via a browser
Why not set up an application on the client machine that connects to the db and parses the file and loads the data in? Is it a distribution problem? (lots of clients) I would avoid HTTP if I were you, especially in the stead of using straight ODBC and the Perl DBI.