Fix FileUpload Control is Not Working in Update Panel

Reason for Problem

File upload control will not work in the Partial (asyn) Post back and it requires full post back.

Solution for Problem

Just add marked three lines of code like the below screen shot,

Triggers

Sample snag it,

Before Fix

Code

Before Fix

AfterIt's Fixed