Re: File Upload

2006-12-08 Thread Jerry Kassebaum
Bill and all, I think I'm getting closer. But when I upload a file I get the error: "CGI open of tmpfile: Permission denied". Now what? Jerry From: "$Bill Luebkert" <[EMAIL PROTECTED]> To: Jerry Kassebaum <[EMAIL PROTECTED]> Subject: Re: File Upload

RE: File Upload

2006-12-04 Thread Webb, Andy
um Sent: Monday, December 04, 2006 8:05 AM To: perl-win32-users@listserv.ActiveState.com Subject: Re: File Upload >Can u restate the question? Sure. Take a look at http://biblescramble.com/dns/textArea04.cgi. If a visitor enters text in the top text box and hits "submit query", the

RE: File Upload

2006-12-04 Thread Webb, Andy
No idea what happened to my brain here. This was supposed to be a response to the File Upload thread. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Webb, Andy Sent: Sunday, December 03, 2006 7:20 PM To: perl-win32-users@listserv.ActiveState.com Subject:

Re: File Upload

2006-12-04 Thread Jerry Kassebaum
>Can u restate the question? Sure. Take a look at http://biblescramble.com/dns/textArea04.cgi. If a visitor enters text in the top text box and hits "submit query", the next page returns what was typed in . I'd also like the visitor to be able to send in a text file from his hard drive and ha

Re: File Upload

2006-12-03 Thread Chris Wagner
Can u restate the question? -- REMEMBER THE WORLD TRADE CENTER ---=< WTC 911 >=-- "...ne cede malis" 0100 ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman

Re: File Upload

2006-12-03 Thread $Bill Luebkert
Jerry Kassebaum wrote: > Friends, > > The cgi below is at http://biblescramble.com/dns/textArea04.cgi. > > If you type lines in the text box, it spits them back when you hit "Submit > Query". > > However, I also want it to spit back a text file. What am I missing? If you want to spit back a t

RE: File upload(FORM) question

2000-10-30 Thread Paul Rogers [CE]
Personally, I would break it up into two steps. Step one would be for the user to enter the data info. Then step two would be to upload the file. I think this simplifies the process and allows you to only have to worry about one thing at a time. p --- _