From: Shaun M. <sh...@ae...> - 2005-04-12 06:58:23
|
On 12 Apr 2005, at 05:21, Tony Miller wrote: > Ever since I have upgraded to 0.10.1, I have been unable to upload > documents. I will get an upload has failed message. I thought it was > a > permissions problem, but I have 777 from the branch on down. > > Has anyone else had this sort of problem and is there any idea how to > fix This might be the security fix interfering with the upload. It scans a file for a particular string, which is possibly in the file you're uploading. Test it by switching $parse_all_files = TRUE; in conf/security_config.php to false. I wonder if it might be an idea to switch off the security fix if the person uploading is a deity or even an admin? Shaun aegis design - http://www.aegisdesign.co.uk |