in reply to Re^2: File upload is refusing to work
in thread File upload is refusing to work
my $fh = $IN->param('client_local_offer_image_url'); while (<$fh>) { print STDERR $_; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: File upload is refusing to work
by Anonymous Monk on Nov 16, 2010 at 14:05 UTC |