Hello-
I have a PHP script for uploading files. It uploads the files to the correct directory just fine. But after the upload, the script cannot seem to see the uploaded files. Directory where uploaded files go is CHMOD 775. Uploaded files (image files for this example) are CHMOD 644. What I am trying to do is just display the image on the web page after upload. The "alt" text from the <img> tag is all that is displayed but the image is not. In fact using the full URL to the image does not work. Any suggestions?
Thank you!
Stephen


LinkBack URL
About LinkBacks



Reply With Quote
