Re: Using system call + wrapper? - Mailing list pgsql-php

From Adam Lang
Subject Re: Using system call + wrapper?
Date
Msg-id 01a301c0a01a$c901b4e0$330a0a0a@rutgersinsurance.com
Whole thread Raw
In response to Using system call + wrapper?  (Richie <dugganr@student.cs.ucc.ie>)
List pgsql-php
Any reason you don't have the images uploaded to somewhere that you don't
have such security issues?  Like a home directory or something?

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
http://www.rutgersinsurance.com
----- Original Message -----
From: "Richie" <dugganr@student.cs.ucc.ie>
To: <pgsql-php@postgresql.org>
Sent: Monday, February 26, 2001 12:01 PM
Subject: [PHP] Using system call + wrapper?


> Hi
>
> I am trying to allow people to save images from their file system to a
> directory on my machine called images, for example the path that I want to
> save to is /usr/local/apache/htdocs/project/images/.
>
> Obviously from above I am using an Apache web server, PHP and PostgreSQL.
> My problem is that you need sudo access to save anything to this
> directory so I get a "Permission denied..." error on the browser. I want
> to save the image to the images directory and save the path to a table in
> my database, however I can do neither in the current situation.
>
> It was suggested to me to use a wrapper that invokes a system call such as
> system('sudo upload.php -p password') that will run the program in sudo
> but I really don't know where to start with this??
>
> Can anyone please help me?
>
> =========================================================
> Richie Duggan
> Computer Science IV
> University College Cork
> Eamil : dugganr@student.cs.ucc.ie   richie_dug@yahoo.com
> Homepage : http://student.cs.ucc.ie/01/dugganr/index.html


pgsql-php by date:

Previous
From: "Mitch Vincent"
Date:
Subject: Re: Using system call + wrapper?
Next
From: "Dan Wilson"
Date:
Subject: Re: Using system call + wrapper?