I have searched the Documentation and Config files looking for a way to upload PDF files.
I tried adding this to the config.asp file (this is an ASP application for me).
ConfigAllowedExtensions.Add "Forms", "pdf|doc"
ConfigDeniedExtensions.Add "Forms", ""
No joy, i allways get back the "Invalid file type" message. I think its because the upload thinks it should got to images and it would be an invalid type for images.
Please someone tell me how to do this !!
Many thanks.
I tried adding this to the config.asp file (this is an ASP application for me).
ConfigAllowedExtensions.Add "Forms", "pdf|doc"
ConfigDeniedExtensions.Add "Forms", ""
No joy, i allways get back the "Invalid file type" message. I think its because the upload thinks it should got to images and it would be an invalid type for images.
Please someone tell me how to do this !!
Many thanks.