swfupload http error
-
I have installed a locally hosted (ubuntu) multisite environment but have hit a problem with swfupload.
When ever I try to upload an image I get the error http error. I can however upload using browser base upload but I need to get this working before deploying.
I thought that this was something to do with permissions so I chmoded 777 to everything in html folder. This did not sort the problem
I have also added to .htaccess#BEGIN Image Upload HTTP Error Fix
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>but mod_security is not installed.
I have upped the allowed file size upload to 100MB and increase the post size to the same.
I am convinced that this is something to do with swfupload not being able to see or access the blog.dir folder but this must be something that is hardcoded into it as it should have permission and the browser upload does work.
- The topic ‘swfupload http error’ is closed to new replies.