ZHAO, BING wrote:
> Hi,
>                I got a problem, the web/HTML only allows to upload files
> less than 1M, but I need to upload file way bigger than that, the FASTA
> files for DNA/protein infomation, so then my perl file can process those
> files.

I'm not sure why you think the web is limited in that way, but there is
no limit to the size of files that can be uploaded. Now, depending on
your setup, you can set a limit in various ways. If you are using CGI.pm
then the limit can be set with something like $CGI::POST_MAX. What gave
you the impression of this 1M limit?

-- 
Michael Peters
Developer
Plus Three, LP


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to