Hi,
When I upload an image to a specified path somehow the properties are being changed. After uploading I can't read / copy / and (most important of all) display the image in a HTML file (created with PHP, but that doesn't matter).
An image which I can display has the properties: -rw-r--r-
But when I upload an image to the specified directory the properties are being changed to: -rwx-----
How can I prevent the upload from doing this? After uploading I not even able to change the properties.
Does anybody have a clue?
Patrick