When the SQL Server creates the AjaxUploaderTemp Folder, the files that will be downloaded are placed there.
They remain there after program runs.
How do I clear them afterwards through code?
Thanks
HI NewmanJerry,
You can delete the temp files directly after you save the upload file in event "FileUploaded", like below.
Regards,
Ken