Hello all,

I am having the weirdest problem and no one seems to have any idea what it
is; so maybe you (the internet :-)  will.  Here is the problem:

I am trying to upload a CSV and process it.  I have some dummy code to just
print the contents of the file to the log and nothing is working.  Here is
the code:

    my $uploadHandle = $Input->upload("File");

    while(<$uploadHandle>) {
        warn $_;
    }

On the same server I have very similar code and that *does* work.
Furthermore the server does know the filename and firebug clearly shows the
contents of the file getting sent to the server.  Does anyone have any ideas
of what could cause this?

-fREW
_______________________________________________
Perl-Win32-Web mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to