I have been using Uploadify to do multiple uploads for a while now, and it's always seemed to work fine. In fact, it still does work locally and on an old web host. I recently went to a new web host, and for some reason, any time it goes into the handler,
all the values are empty. I cannot get access to items such as :
context.Request.Files["Filedata"]
context.Request.Form[0]
It's currently in a HTTP handler (.ashx), however I have tried a web form (.aspx) as well
Any ideas why this would have a problem on some hosts and not others?
Go to the complete details ...