C# - Can't Run Uploadify For Asp.net
Jan 13, 2012I have downloaded the example code/demo from: [URL] and when I try to run any of the aspx files, I just get the following message from the server:
[Code]...
I have downloaded the example code/demo from: [URL] and when I try to run any of the aspx files, I just get the following message from the server:
[Code]...
I have an uploadify control working fine in a vb.net web application - however whenever I switch on cookieless session state in web.config (cookieless="true") - it stops working. In my upload IHttpHandler I can see that the data stored by uploadify is nothing:
[Code]...
I'm guessing that the flash isn't honoring the session id in my url? how to keep uploadify working when I turn on cookieless session state?
Rather than using a Handler(.ashx), is it possible to use a web service(.asmx) to upload?
View 2 Replies