B
Bryan
Hi,
What is the best way to validate that an uploaded file (using CGI.pm) is
a tab delimited table of the correct format? I.e. every line has the
same number of columns as the header, and the header has to match a
predefined set of table headers. Should it be done as the file is read
in? After I store it to disk?
Suggestions for implementations?
Thanks,
B
What is the best way to validate that an uploaded file (using CGI.pm) is
a tab delimited table of the correct format? I.e. every line has the
same number of columns as the header, and the header has to match a
predefined set of table headers. Should it be done as the file is read
in? After I store it to disk?
Suggestions for implementations?
Thanks,
B