in reply to Re^6: CGI::Application file uploads buffering
in thread CGI::Application file uploads buffering

How about, from your os, creating a file over 2GB in size on the partition where the temp files are created (under solaris, ISTR that being a tmpfs / memfs file system - directly from your VM system), as well as where you are ultimately trying to upload it to. You can do this with perl or cat fairly rapidly.

Another item might be the CGI maximum file upload size.

--MidLifeXis

  • Comment on Re^7: CGI::Application file uploads buffering

Replies are listed 'Best First'.
Re^8: CGI::Application file uploads buffering
by Anonymous Monk on Mar 28, 2011 at 14:13 UTC
    Thanks I can make 4GB files with the mkfile command. How can I check or set the CGI max file upload size in a CGI::Application?