Saturday, March 24, 2012

Upload Image Without PostBack in Asp.Net 1.1

I want to upload image without PostBack in Asp.Net 1.1 not 2.0. Is it possible to upload image without postback?

Technically, no. You can isolate the postback by using an IFRAME, however. Just build a page that handles the image uplaod bit (and not hing else), then refer to said page as the src of an IFRAME in whatever page youw ant to have host the 'upload control'.


Do you have any example code? I don't have any idea. I want to upload image without Postback and then the image will be appear in the Image web contorl. I'm using asp.net 2.0.

Thanks,

No comments:

Post a Comment