When users upload avatars they receive a "Invalid File" error. The file that I tested is within specs. I've read many other posts on this subject and I have not had any success resolving it.
I'm running vb 3.6.8 on an IIS server.
Upload diagnostics returns the following:
file_uploads: On
open_basedir: None
safe_mode: Off
upload_tmp_dir: \tmp
upload_max_filesize: 2.00 MB
No errors occurred while opening the uploaded file for reading.
I've double checked the permissions in the "tmp" and "customavatars" directories.
Avatar File Path = "./customavatars"
What did I miss?
Thanks for your help.
I'm running vb 3.6.8 on an IIS server.
Upload diagnostics returns the following:
file_uploads: On
open_basedir: None
safe_mode: Off
upload_tmp_dir: \tmp
upload_max_filesize: 2.00 MB
No errors occurred while opening the uploaded file for reading.
I've double checked the permissions in the "tmp" and "customavatars" directories.
Avatar File Path = "./customavatars"
What did I miss?
Thanks for your help.
Comment