Embperl at ApacheCon / Early-Bird registration ends this Friday!

2001-03-07 Thread Gerald Richter
Anybody who thought about attending to the ApacheCon in April in Santa Clara, maybe intersted to hear that I will give a talk about Embperl, especialy EmbperlObject and Embperl 2.0 (including the XML stuff). For those of you who doesn't register so far here is an information about Early-Bird regi

Re: multipart/form-data and fdat

2001-03-07 Thread Gerald Richter
> > --- > [5754]REQ: No Safe Eval All Opcode allowed mode = mod_perl (3) > [5754]REQ: Package = HTML::Embperl::DOC::_1 > ### > multipart/form-data; boundary=---42423833519577477931714636915 > #

Re: udat values changing

2001-03-07 Thread Gerald Richter
> Ok, but using "Semaphore" is going to cause a permission problem with having several apache processes owned by different users. After > exploring the Apache::Session files, and documents, it looks like I can set the "SemaphoreKey". How can I set this within Embperl? I'm assume > through "EMBPE

Re: multipart/form-data and fdat

2001-03-07 Thread Gerald Richter
> > --- > [5754]REQ: No Safe Eval All Opcode allowed mode = mod_perl (3) > [5754]REQ: Package = HTML::Embperl::DOC::_1 > ### > multipart/form-data; boundary=---42423833519577477931714636915 > #

Re: udat values changing

2001-03-07 Thread John Walstra
Ok, but using "Semaphore" is going to cause a permission problem with having several apache processes owned by different users. After exploring the Apache::Session files, and documents, it looks like I can set the "SemaphoreKey". How can I set this within Embperl? I'm assume through "EMBPERL_SE

Re: udat values changing

2001-03-07 Thread Angus Lees
On Wed, Mar 07, 2001 at 06:18:11PM -0600, John Walstra wrote: > > PerlSetEnv EMBPERL_SESSION_CLASSES "MySQL Null" > PerlSetEnv EMBPERL_SESSION_ARGS "DataSource=dbi:mysql:database=sessions >UserName=global Password=global" > you've got several apache processes writing to the one my

udat values changing

2001-03-07 Thread John Walstra
I'm just full of problems, now it's a flaky %udat. First the setup. I have 8 developers that are developing off of 1 server, but are using their own apache processes on different ports. I had to do this way to prevent Perl package sharing amoungst developers. One problem I ran into was session

Re: multipart/form-data and fdat

2001-03-07 Thread John Walstra
Without the multipart/form-data ... --- [5599]REQ: No Safe Eval All Opcode allowed mode = mod_perl (3) [5599]REQ: Package = HTML::Embperl::DOC::_1 ### application/x-www-form-urlencoded ### [5599]Formdata

Re: File Upload

2001-03-07 Thread wim
Hi Jim, At Wed, 7 Mar 2001 20:11:15 +0100, Gerald Richter <[EMAIL PROTECTED]> wrote: >> >> In the second pass, I display the data back to the user >> >> while (@buffer = <$UserFile>) {print " $buffer";} >> >> and put up a button which will submit a hidden field to indicate the user >> has accep

Re: File Upload

2001-03-07 Thread Gerald Richter
> > In the second pass, I display the data back to the user > > while (@buffer = <$UserFile>) {print " $buffer";} > > and put up a button which will submit a hidden field to indicate the user > has accepted the data. > > print ""; > print ""; You cannot pass a file within a hidden field, actualy

File Upload

2001-03-07 Thread Jim Hamer
I am trying to upload a file. I am following the example presented in the apache.org/embperl site. As in the example, if the file handle isn't defined, I accept the file name from the user. print ""; print ""; In the second pass, I display the data back to the user while (@buffer = <$UserFil

Re: multipart/form-data and fdat

2001-03-07 Thread Gerald Richter
> > It also passes all of it's test > That mean that multipar/form-data basicly works, because the upload test tests this > > Any known problems with Embperl 1.3.1 and CGI 2.752? I don't know any, but I personaly didn't tested file upload 2.752 > Would optimzing Perl or Apache optimze the valu