Re: Upload-problem with IE

2001-08-01 Thread Gerhard Egger <[EMAIL PROTECTED]>
that worked, thank you! Gerhard On Wed, 1 Aug 2001, Gerald Richter wrote: > > > > [Tue Jul 31 18:05:38 2001] [error] [31481]ERR: 44: Line 1: Setup of > > CGI.pm failed: Malformed multipart POST > > > > That is handled by CGI.pm and the error message is from CGI.pm, so maybe > upgrading CGI.

Upload-problem with IE

2001-08-01 Thread Gerhard Egger <[EMAIL PROTECTED]>
hi all, when uploading a file using our Embperl script with a certain browser version (sorry i can't tell which) the server-request quits with: [Tue Jul 31 18:05:38 2001] [error] [31481]ERR: 44: Line 1: Setup of CGI.pm failed: Malformed multipart POST it works fine with all our (NS- & IE-) bro

Embperl on Macos X ??

2001-05-16 Thread Gerhard Egger <[EMAIL PROTECTED]>
hi all, has anyone tried to install embperl on macos X? i want to setup my old G3 as a production-server with Embperl mod_perl support. i don't think there's any problem with that. thanks, gerhard egger --

EMBPERL_OBJECT_FALLBACK -> no index.html -> 403

2001-03-05 Thread Gerhard Egger
Dear all, when i´m trying to get an index of a folder, e.g.: www.some.dom/embperl/site/ and there is no "index.html" - file in it i get a 403 - forbidden. i need to get the content (index) of the folder- (by globbing) - then do some formantting, look up in the database per filename... however,

Re: Re: Re: about UPDATE table

2000-11-23 Thread Gerhard Egger
> $ki="UPDATE table1 SET name= 'ok5' where id=4 " !! Is there a semicolon after "where id=4 ""?? # well, i´m using Linux & mySQL, # i don´t have any idea about using disconnect on M$-SQL # (but it will propably work the same (??)) regards (gerhard); --

Re: about UPDATE table

2000-11-22 Thread Gerhard Egger
I think the right thing would be: > $ki="UPDATE table1 SET name= 'ok5' where id=4 " > $st=$dbh->prepare($ki); $st -> execute; $st->finish; # # You do not need to finish the handler if you re-use it # use $st again (makes the code more raedable) # > $sth= $dbh -> prepare ("SELECT id,name,phone,