I have a problem when I uplaod images to my webserver.
Images wil be uplaoded chmod = 777 but I can't see the images in the filebrowser.
The path where I store my files are /dkk_v03/www/img/Image
What am I doing wrong and who has too be the owner of the files apache or root
Images wil be uplaoded chmod = 777 but I can't see the images in the filebrowser.
The path where I store my files are /dkk_v03/www/img/Image
What am I doing wrong and who has too be the owner of the files apache or root

RE: image upload with php
Owner of the files is most likely apache. If you run php as an Apache module, all files created (and uploaded) by the PHP script are owned by apache user.
Do you use the built-in upload feature or have you written your own?
Ville
RE: image upload with php
http://192.168.1.104/dkk_v03/www/img/Image/cms.gif
RE: image upload with php
which is the directory for images?
where I find that? and how must I set it?
thank you
RE: image upload with php
RE: image upload with php
RE: image upload with php
RE: image upload with php
well, thank for your answer. It works!!!
but I can't see this dir / file with the ftp User.
What must I do?
and how can I delete a file / dir only with ftp User?
thanks.
toto