HI there
I'm having issues trying to upload pdf documents - telling me 'invalid file' - I'm using the asp version - I've checked config.asp and it seems to say that pdf documents are allowed:
ConfigAllowedExtensions.Add "File", "7z|aiff|asf|avi|bmp|csv|doc|fla|flv|gif|gz|gzip|jpeg|jpg|mid|mov|mp3|mp4|mpc|mpeg|mpg|ods|odt|pdf|png|ppt|pxd|qt|ram|rar|rm|rmi|rmvb|rtf|sdc|sitd|swf|sxc|sxw|tar|tgz|tif|tiff|txt|vsd|wav|wma|wmv|xls|xml|zip"
ConfigDeniedExtensions.Add "File", ""
'ConfigFileTypesPath.Add "File", ConfigUserFilesPath & "file/"
ConfigFileTypesPath.Add "File", ConfigUserFilesPath
ConfigFileTypesAbsolutePath.Add "File", ""
ConfigQuickUploadPath.Add "File", ConfigUserFilesPath
ConfigQuickUploadAbsolutePath.Add "File", ""
Not sure what else I should be doing - can anyone help?
thanks
Adam
I'm having issues trying to upload pdf documents - telling me 'invalid file' - I'm using the asp version - I've checked config.asp and it seems to say that pdf documents are allowed:
ConfigAllowedExtensions.Add "File", "7z|aiff|asf|avi|bmp|csv|doc|fla|flv|gif|gz|gzip|jpeg|jpg|mid|mov|mp3|mp4|mpc|mpeg|mpg|ods|odt|pdf|png|ppt|pxd|qt|ram|rar|rm|rmi|rmvb|rtf|sdc|sitd|swf|sxc|sxw|tar|tgz|tif|tiff|txt|vsd|wav|wma|wmv|xls|xml|zip"
ConfigDeniedExtensions.Add "File", ""
'ConfigFileTypesPath.Add "File", ConfigUserFilesPath & "file/"
ConfigFileTypesPath.Add "File", ConfigUserFilesPath
ConfigFileTypesAbsolutePath.Add "File", ""
ConfigQuickUploadPath.Add "File", ConfigUserFilesPath
ConfigQuickUploadAbsolutePath.Add "File", ""
Not sure what else I should be doing - can anyone help?
thanks
Adam
Re: uploading pdf documents
I think it's OK - I created a test.pdf too and the same result so not sure what's going on there.
Should the editor upload pdf documents by default or is there something I need to be doing?
thanks
Adam