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
I use the built in upload future.
I can see my files on my linux.
I can see the files in my webbrowser
http://192.168.1.104/dkk_v03/www/img/Image/cms.gif
but I cannot see the m in the FCK editor filebrowser
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
Sorry, cant help you then
RE: image upload with php
The image directory is your server-root\UserFiles\Image

Im using wamp-server and my image directory is:
c:\wamp\www\UserFiles\Image
fyi: case sensitive!
What I did to fix this whole filebrowser/imagebrowser thing:
edit the file "fckconfig.js" and uncomment the following lines:
FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector=connectors/php/connector.php' ;
FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Image&Connector=connectors/php/connector.php' ;
Dont forget to COMMENT the asp lines.
What i also did was remove the non-php connectors, since i dont use 'm
Your browser will probably use your cache when you try it after the fix, so CLEAR your cache and then try the image browser again. I even had to restart firefox.
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