Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Cgi pm and photo uploads

by sulfericacid (Deacon)
on Oct 04, 2003 at 19:58 UTC ( [id://296571]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        # open a new file and transfer bit by bit from what's in the buffe
    +r
        open( SAVED, ">>$localfile" );    # || die $!;
    ...
            print SAVED $buffer;
        }
        close SAVED;
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    my $combo = join("::", $filename, $title, $desc, $w, $h);
    $upload{localtime()} = "$combo";
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://296571]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-25 16:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found