Images

M

Mark

Guest
Is anyone having trouble displaying uploaded images? I'm running 2.2.1 beta on a freeBSD, Apache, MySQL, PHP set up. Files are uploaded - I have to "chmod($upload_directory.$file_name, 0644);" to correct security - the files are in the uploads directory - calling them out correctly on the page, but alas, only broken links (in Netscape nothing).
 
E

Eugenio

Guest
Mark wrote:
>
> Is anyone having trouble displaying uploaded images? I'm
> running 2.2.1 beta on a freeBSD, Apache, MySQL, PHP set up.
> Files are uploaded - I have to
> "chmod($upload_directory.$file_name, 0644);" to correct
> security - the files are in the uploads directory - calling
> them out correctly on the page, but alas, only broken links
> (in Netscape nothing).

Do you still have the problem?
Sounds strange, the image src attribute is ok?
Have you tried to use a simple html page that display those images?

Eugenio.

(Latest version of DaDaBIK when this message was posted: 2.2.1)
 
P

PLMresearch

Guest
Yes, I still chmod the files after they're uploaded. Seems to work ok. Able to add and delete images (thanks to your latest version, 2.2.1 released).

Really great script!!
 
Top