I am looking for a way to allow users to download a file from my site using ajax. The reason why i need to do this is because the files are quite big (50 megs normally). So
Add a progress bar on your page and Use postback triggers for your updatepanel. It will solve the issue you are facing.