Hi everyone, I've got a rather baffling question/problem, let me lay it out for you.

I have two directories -- gallery and uploader

The uploader directory is htaccess password protected (from the cPanel). This is where several PHP pages and the PHP file uploader reside. I enter my credentials when I access the index file within this.

The problem is that the uploader is uploading the files and then moving it to the gallery directory (not password protected). It then runs other scripts to copy that image, resize it, then delete the original. This process works beautifully until I put the htaccess password on the uploader directory.

Any ideas of what I need to do? Thank you for your time.