in reply to Uploading Excel data into MySQL via a browser

Maybe one of the CPAN modules on Excel might have what you need.

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

  • Comment on Re: Uploading Excel data into MySQL via a browser