Ajax Uploadify IO error
This entry was posted on Mar 12 2009
So i was giving uploadify a go seems very nice and lightweight with some great options. However like most things it works fine on my local but not so great on the server. Was constantly returning an IO Error. So i found a solution by making/adding to my .htaccess file
SecFilterEngine Off
SecFilterScanPOST Off
This has resolved the issue that isnt documented much on.
Ill post later my workings with uploadify as i plan to add a simple file directory display after upload.
