vaadin - How to know that Download has been completed -


i sending file download @ client browser using following code:-

    filedownloadresource fdr = new filedownloadresource(file, app);     btnget.getwindow().open(fdr); 

everything works fine when add file.delete(); after that, exception file or directory not exist. can understand before download component done file, file getting deleted. there way notification download complete , safe delete file server?


Comments

Popular posts from this blog

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -