asp.net mvc - Cleaning Up Temporary File after Returning to Browser -


i have controller action dynamically generates powerpoint file. happens unzipping existing .pptx file, applying changes xml, , zipping result new, temporary .pptx file. file returned action using file().

how can clean temporary file after has been returned client?

is there better way approach this?

i suppose using library such sharpziplib.

the correct solution imo not generate file in first place. sharpziplib write file stream. point outputstream , should good.


Comments

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

php - Satis Composer Repository Installation -