Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

How to upload file without using FTP?

by madtoperl (Hermit)
on May 24, 2006 at 08:50 UTC ( [id://551303]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $file_query1 = 'D:\work for people\k****ij\oil1.shtml';
    
    ...
    print "completed<br><br>";
    
    }
    
  2. or download this
    ----------------------------------------------------------------------
    +---------------
    open(FILE,">$upload_dir/$file_name") || &Error("Error opening file $fi
    +le_name for writing, error $!", 1);
    ...
    print FILE $buff;
    }
    close(FILE);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-25 05:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found