what server are you on isit a linux or windows? did u just create the web.config file?? i do not know how i access the file? my server is hosted on a linux ineed help bcaue i keep getting the same error aswell!!
I too had I/O Error's when I first tried to get it to work. I thought there was something wrong with my server and settings and I spent an hour or two trying to figure it out. I eventually did but I don't remember now! When I do, I'll let you know.
The IO 2038 is Flash error caused when the upload connection gets cut short. It's not very descriptive can could be any number of reason. First I would start with the paths you have entered for the upload script, second look to your server settings.
I have gone to every post and put up code, everyhwere u asked and the error is still coming back? i really do not know what it could be im hosting my website on a server called blackadder, off a linux system and apace version 1.3.37 (Unix). and the test upload script i am using is at http://www.chatuh.com/test_form.php i am using the latest version of the uploadify script. Plaese someone go and test the script then you will know what i am talking about.
okay ive tested it now and it was because of the sites security with apache it was apach that was blocking me i had to put this code in my .htacess file
SecFilterEngine Off SecFilterScanPOST Off
beware this does turn the security of the site off so itis good to get your host to look at it.