Re: How do you run libapreq-0.31/eg/perl/file_upload.pl

2001-01-10 Thread Alexander Farber
> Alexander Farber wrote: > > The only ways to see the expected results (like the initial empty web > > form, when entering http://localhost/cgi-perl/file_upload.pl into my > > Netscape 4.7) is to keep reloading or to go to the Edit->Preferences-> > > Advanced->Cache and swith "Every Time" on. >

RE: How do you run libapreq-0.31/eg/perl/file_upload.pl

2001-01-10 Thread Geoffrey Young
> -Original Message- > From: Gerd Kortemeyer [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 09, 2001 6:43 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: How do you run libapreq-0.31/eg/perl/file_upload.pl > > > might help the bro

Re: How do you run libapreq-0.31/eg/perl/file_upload.pl

2001-01-09 Thread Gerd Kortemeyer
Alexander Farber wrote: > However I have this strange problem now: the web page doesn't change > until I reload it. (Un)commenting "PerlSendHeader On" doesn't help. > The only ways to see the expected results (like the initial empty web > form, when entering http://localhost/cgi-perl/file_upload.

RE: How do you run libapreq-0.31/eg/perl/file_upload.pl

2001-01-09 Thread Alexander Farber
Hi, > well, almost... either change that to a directive or remove the > filename from the directive, so that Apache::Request applies to > all scripts within cgi-bin... > > see http://perl.apache.org/guide/config.html for more details... thank you for your reply. I have changed to and also

RE: How do you run libapreq-0.31/eg/perl/file_upload.pl ?

2001-01-04 Thread Michael
> > but maybe someone can provide > > me a small kick-start? Thank you > short answer -- you don't need anything more that some simple scripting. Nothing at all in the server start up file. client html file server side BEGIN { use Apache; use Apache::Request; # etc. } my $r = Ap

RE: How do you run libapreq-0.31/eg/perl/file_upload.pl ?

2001-01-04 Thread Geoffrey Young
> -Original Message- > From: Alexander Farber (EED) [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 04, 2001 4:58 AM > To: [EMAIL PROTECTED] > Subject: How do you run libapreq-0.31/eg/perl/file_upload.pl ? > [snip] > > 2) After putting > > PerlModule Apache::Request > > Set