Uploadify ashx file Context.Session gets null

前端 未结 5 1071
粉色の甜心
粉色の甜心 2020-12-14 05:18

I have a file upload in my site which is done using uploadify it uses a ashx page to upload file to database.It works fine in IE but in Mozilla the context.Session is gettin

5条回答
  •  长情又很酷
    2020-12-14 05:39

    I have created a function to check session have expired and then pass that as a parameter in script-data of uploadify and in ashx file i check that parameter to see whether session exists or not.if it returns session have expired then upload will not take place.It worked for me. Did not find any issues using that. hope that solve my issue

提交回复
热议问题