in reply to Re: CGI::Application file upload Assertion error with Data::Dumper
in thread CGI::Application file upload Assertion error with Data::Dumper

I am compiling 5.10.1 now.

Concerning your last paragraph, I have tried using $self->session->clear('bulk_file') with no luck. Is that what you meant?

Next step I will build a smaller script using CGI::App & Session and see if I can reproduce, thats if the upgrade does not fix my problem.

Thanks again for yours and faber's help

  • Comment on Re^2: CGI::Application file upload Assertion error with Data::Dumper

Replies are listed 'Best First'.
Re^3: CGI::Application file upload Assertion error with Data::Dumper
by gman (Friar) on Dec 22, 2009 at 07:34 UTC

    Ok after further testing, once the FH 'bulk_file' => bless( \*{'Fh::fh00001Giant.odt'}, 'Fh' ) is in the cgi session file, things go astray. As stated in my update, which probably should have gone down here, I have tried to clear the 'bulk_upload' FH from the session. I also tried this in the post run with no success.

    Does anyone know of the correct way to delete the FH from the session or a way to force clean up after a "clear"?

    Thanks