Hi folks,
I have a question that can be answered in different ways. I need the
user to be able to select a local direcotry, and then have the contents
of that directory uploaded to the web server. The question is how can
this be done using HTML and mod-perl.
Thanks in advance for any ideas!
C
t stuff. The goal is to have a prototype ready as quickly as
possible, and yet don't sacrifice too much. Right now, I'm thinking about
implementing the client side in JAva, because we will eventually want to
run the client on different platforms.
Cheers,
--Sasan
Tom Schindl wrote:
On F
Hi guys,
My question is more site-development related.
What I plan to do is to distribute tasks to clients which will connect
to the Web server. Jobs are defined in files, residing on the server,
and clients have to be somehow authenticated (nothing really serious,
they just need to be privous
Apache::Constants version = 1.09
--Sasan
Gedanken wrote:
On Thu, 19 Feb 2004, Sasan Dashtinezhad wrote:
What are the version numbers/info for the mod_perl and apache and other
packages you are working with?
gedanken
I ahve a piece of code that tries to use Apache::Constants through
use
Perl: 5.8.0
Apache: 2.0.40
mod_perl: I couldn't find the version, but it's dated Sep 3 2002, and
the size is 136226.
--Sasan
Gedanken wrote:
On Thu, 19 Feb 2004, Sasan Dashtinezhad wrote:
What are the version numbers/info for the mod_perl and apache and other
packages you are wo
I ahve a piece of code that tries to use Apache::Constants through
use Apache::Constants qw( REDIRECT );
But when this code is run, I get the following error message:
[error] Can't locate object method "boot" via package "mod_perl" at
/fs/piranha2/sasan/PERL/Apache/Constants.pm line 8.!
I sear