On Aug 26, 2007, at 2:56 PM, Richard Lynch wrote:
On Sun, August 26, 2007 10:34 am, jekillen wrote:
I have been working on a project that has registered users, each
having
a user space portion of the web site file system. I want them to be
able to upload images and such and have the stuff tran
On Aug 26, 2007, at 9:15 AM, brian wrote:
jekillen wrote:
Hello again;
I have a question about upload temp dir as defined in php.ini;
I have been working on a project that has registered users, each
having
a user space portion of the web site file system. I want them to be
able to upload im
On Sun, August 26, 2007 10:34 am, jekillen wrote:
> I have been working on a project that has registered users, each
> having
> a user space portion of the web site file system. I want them to be
> able to upload images and such and have the stuff transfered to their
> own user spaces. With one up
Hi,
that's not a problem to specify where the uploaded file has to be moved
after upload. As you specify for each user a personal directory in the
system, you just need to use a function like move_uploaded_file() to
move the uploaded file to this directory. Each uploaded file goes to,
let's
jekillen wrote:
Hello again;
I have a question about upload temp dir as defined in php.ini;
I have been working on a project that has registered users, each having
a user space portion of the web site file system. I want them to be
able to upload images and such and have the stuff transfered t
Hello again;
I have a question about upload temp dir as defined in php.ini;
I have been working on a project that has registered users, each having
a user space portion of the web site file system. I want them to be
able to upload images and such and have the stuff transfered to their
own user
6 matches
Mail list logo