http://qs1969.pair.com?node_id=40518


in reply to Re: Problems with 'image upload'
in thread Problems with 'image upload'

geez! Thank you! After "years" trying... I finally made it...!
thanks to your hint..
Explaining:

My f@#$@% FORM was:
<FORM METHOD="POST" ENCTYPE="multipart/formdata">

note the formdata part!

Well... Thank you cianoz!!
And thank to you all!
#!/jpsama/bin/perl -w
$tks = `mount`;
$jpsama = $! if $!;
print $jpsama;