Uploading Files

2004-02-10 Thread Shain Edge
= Mekton Compendium: http://groups.yahoo.com/group/mekton-c/ Subscribe: http://groups.yahoo.com/subscribe/mekton-c Nothing is impossible. the supposidly impossible can be made possible by anyone who determines what you need to do to make it a reality. -Shain Edge ___

Re: Uploading Files

2004-02-10 Thread $Bill Luebkert
Shain Edge wrote: > Excuse the previous Message. Thank you. > > Can anyone show me a code snippit that will allow you > to upload files in a CGI environment to a perl script. > That is, to place it into a directory. > > The Server that I have an account is a bit on the > paranoid side and instead

Uploading Files

2004-02-10 Thread Shain Edge
Excuse the previous Message. Thank you. Can anyone show me a code snippit that will allow you to upload files in a CGI environment to a perl script. That is, to place it into a directory. The Server that I have an account is a bit on the paranoid side and instead of using regular FTP, requires ac

Re: CGI.pm - how to uploading files?

2001-11-10 Thread Carl Jolley
On Fri, 9 Nov 2001, David Edrich wrote: > Thanks for the help with this from the people who answered me > directly. > Strange but while. > > print "The name of the file is $in{uploaded_file}; > while (<$in{uploaded_file}>) { > print "Next line = $_"; > } > > Didn't work.

Re: CGI.pm - how to uploading files?

2001-11-09 Thread David Edrich
was very simple. - Original Message - From: David Edrich To: [EMAIL PROTECTED] ; [EMAIL PROTECTED] Sent: Tuesday, November 06, 2001 11:52 PM Subject: CGI.pm - how to uploading files? I'm hoping someone can help me 'connect the dots' on how to use CGI.pm to upload a file.