Hello

I'm trying to do the following: allow a user to upload a file to a
directory, and also allow them to delete that very file again. The
uploading part works using http post, the file is saved with as UID
the UID of www/www (on this particular ISP). Now, when I try to delete
the filem I get a warning like this:

Warning:  SAFE MODE Restriction in effect.  The script whose uid is
97613 is not allowed to access ../images/2/file.jpg owned by uid 1001
in <script> on line 5

What am I to do to make this work? I've considered using chown, but
that's restricted to the SU...

Anyone got a clue?

Thanks,

Jan

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to