I have a php script under https directory that is trying to move a local file from the desktop to an https directory using move_uploaded_file. It does not work....but if i move it to a http directory...it works just fine. I wanted the https so that i could easily force a password.
The error is simply a warning that it cannot write the file...php does not give any other hints. The prompts come up correctly and lets you run the script...but then nothing but the error.
Any ideas or am I missing something about https and move_uploaded_file?
Thanks in advance