FileDocument and the DeleteAfterDownload attribute
1
Any file documents, which are created with a DeleteAfterDownload = true, get deleted as soon as the user logs out. Why is that? I thought this flag is only used to determine if the file document should be deleted automatically after being downloaded.
asked
Andrew Robert Greenald
1 answers
-1
This behavior is, expected. The DeleteAfterDownload feature deletes files either after they are downloaded or when the user logs out. You will have to implement your own mechanism for managing and cleaning up temporary files to suit your specific requirements.