I have configured the code properly to upload files, however, the directory that the forms are in is password protected. The form works as if the file has been sent, but nothing shows up in the files directory.
Is this because of the password protected directory? The form user must login to access the form and the files directory is inside the directory also, so the user, the form and the files directory are already behind the .htaccess. Is the password the problem?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Your file upload folder needs to be accessible to all users without password protection. It is best to redirect file uploads to a folder outside the form folder tree, but this is entirely up to the individual user. The responsibility of protection and security are up to the web designer.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have configured the code properly to upload files, however, the directory that the forms are in is password protected. The form works as if the file has been sent, but nothing shows up in the files directory.
Is this because of the password protected directory? The form user must login to access the form and the files directory is inside the directory also, so the user, the form and the files directory are already behind the .htaccess. Is the password the problem?
Also, this is what I'm getting in the email message:
Uploaded File: files/
Your file upload folder needs to be accessible to all users without password protection. It is best to redirect file uploads to a folder outside the form folder tree, but this is entirely up to the individual user. The responsibility of protection and security are up to the web designer.