in reply to Uploading Excel data into MySQL via a browser
If you are using CGI.pm you can pretty easily create a file upload field. to upload the file.
HTML form text fields are limited to 32K in size, so it may be hard to paste 7000 rows there.
--mandog