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
>
> ---
> [5754]REQ: No Safe Eval All Opcode allowed mode = mod_perl (3)
> [5754]REQ: Package = HTML::Embperl::DOC::_1
> ###
> multipart/form-data;
boundary=---42423833519577477931714636915
> #
> 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
>
> ---
> [5754]REQ: No Safe Eval All Opcode allowed mode = mod_perl (3)
> [5754]REQ: Package = HTML::Embperl::DOC::_1
> ###
> multipart/form-data;
boundary=---42423833519577477931714636915
> #
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
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
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
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
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
>
> 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
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
>
> 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
12 matches
Mail list logo