Hi all, I know this is a hot topic out there... I've looked all over for the answer with no luck.
I'd like the image and file upload to work with only 755 on the userfiles/image and userfiles/file folders... right now they only seem to work if I set those folders to 777... but that's a huge security problem. Does anyone know how to do this?
Thanks
Nelson
I'd like the image and file upload to work with only 755 on the userfiles/image and userfiles/file folders... right now they only seem to work if I set those folders to 777... but that's a huge security problem. Does anyone know how to do this?
Thanks
Nelson
Re: Uploading with 755 permissions.... instead of 777
Thanks
Re: Uploading with 755 permissions.... instead of 777
I am not a Linux user so I cannot help you with the permissions, except maybe suggest that you put that folder somewhere where your web server will own the directory and therefore be able to write to it...
Re: Uploading with 755 permissions.... instead of 777
Thoughts
Re: Uploading with 755 permissions.... instead of 777
Check the actual path to the image in the source and see where it is pointing...then point the browser straight there and see if the image display. You will then also get a html error code and can fix it from there.