开发者

Calling a handler in JS to get upload file progress

开发者 https://www.devze.com 2022-12-12 02:09 出处:网络
I have a form with an embeded iframe which points to a upload.aspx. During the upload that happens within the iframe, I\'m trying to get the progress of the upload by implement开发者_C百科ing my own H

I have a form with an embeded iframe which points to a upload.aspx. During the upload that happens within the iframe, I'm trying to get the progress of the upload by implement开发者_C百科ing my own HttpHandler, however, the request is blocked until the upload completes.

Is there a request limit that I can change in the web.config? Is this even the problem?

Thanks


You probably need to implement HttpModule. Read here: HttpHandler or HttpModule for file upload, large files, progress indicator?

0

精彩评论

暂无评论...
验证码 换一张
取 消