image upload

2002-12-26 Thread Ambrose007
I want to be able to upload images and text files to my server with my cgi prog, can someboy show me how to do this?

Re: image upload

2002-12-26 Thread Ovid
--- [EMAIL PROTECTED] wrote: > I want to be able to upload images and text files to my server with my cgi > prog, can someboy show me how to do this? You'll want to read 'perldoc CGI'. See the section on "Creating a File Upload Field". If you've already have the HTML form done: use CGI

CGIwrappings for the Holidays

2002-12-26 Thread Will
Greets All and Merry Christmas and Happy New Year's too... =) I dont mean to be a question-grinch here, but, ermm... I am looking for a good tutorial on how to use CGIwrap? Hopefully, it wont be too difficult. Any good advice much appreciated. Thanks! Will

image upload

2002-12-26 Thread Ambrose007
okay this is what i have so far this will upload text files fine and out put the text to the screen as well as save it to the file name i give it, but i need it to work with images as well can somebody show me how this can be done? Html file __ File to upload: Notes about the file:

Re: image upload

2002-12-26 Thread Ovid
--- [EMAIL PROTECTED] wrote: > okay this is what i have so far > > this will upload text files fine and out put the text to the screen as well > as save it to the file name i give it, but i need it to work with images as > well can somebody show me how this can be done? As I mentioned earlier,

Re: image upload

2002-12-26 Thread Ovid
--- Ovid <[EMAIL PROTECTED]> wrote: > you are on a Windows system, you'll also want to see 'perldoc -f binmore' Erm, I meant 'perldoc -f binmode' :) Cheers, Ovid = "Ovid" on http://www.perlmonks.org/ Web Programming with Perl: http://users.easystreet.com/ovid/cgi_course/ Silence Is Evil: ht