Okay, perhaps my brain isn't working, but I don't think I'm following here. The way I've got it set up is that, upon valid log in, I set a session variable. I then check to make sure that the variable is set on every page - if not, I've got a header call to send the user back to the log in page. So far, it's been successful. Is this not nearly secure enough, or am I missing something?
The server is windows based, and this is the only script to upload files to the server. There's obviously an error catching function built in as well to make sure that the file extensions are .jpg, .gif, or .txt, but I just wondered if I should be concerned about leaving a folder on the server with full permissions, or if it is better to change those at run time, and only for the duration of the upload process.
Sorry if this doesn't make sense. I've been working the yard all day, and I think my brain is sunburned...