in reply to Re: CGI.pm: upload() succeeds, uploadInfo() fails
in thread CGI.pm: upload() succeeds, uploadInfo() fails

That was one of my speculations, too, and I've already tried it (I've gone through probably a dozen revisions of this code trying to either make it work or figure out why it isn't), but doing so didn't make any difference. The q-> is currently back in again, but has not affected the behavior.

  • Comment on Re^2: CGI.pm: upload() succeeds, uploadInfo() fails

Replies are listed 'Best First'.
Re^3: CGI.pm: upload() succeeds, uploadInfo() fails
by Anonymous Monk on Jul 22, 2005 at 05:08 UTC
    ...but doing so didn't make any difference
    It makes a difference since you're not supposed to mix the two use styles.
      This is true, indeed, and having both styles in use was an oversight. Nevertheless the case remains that even when either style is used consistently, uploadInfo() is still failing and I cannot determine why.