I want to implement a download usecase as per the following requirement.
Steps:
1)User clicks on Download link
2)It displays the next page with the following display
'If your download does not start automatically within 10 seconds, click here.'
How can I handle this scenario in J2EE Webapplication?
Post new comment