What could trigger the file delete from the temp folder? So far i have this control set up.
When i watch the temp folder "~/App_Data/RadUploadTemp" After adding a file but before i cause a postback the files are deleted from the temp directory after about 5 seconds?
<telerik:RadAsyncUploadID="AsyncUploadMessageAttachments"TemporaryFileExpiration="04:00:00"CssClass="uploadPosition"runat="server"Width="250px"></telerik:RadAsyncUpload>
When i watch the temp folder "~/App_Data/RadUploadTemp" After adding a file but before i cause a postback the files are deleted from the temp directory after about 5 seconds?