Do you have an example of how to clear the list of files uploaded in JQFileUpload? I've tried
IWCGJQFileUpload.FileNames.Clear;
for i := 0 to IWCGJQFileUpload.FileNames.Count - 1 do
IWCGJQFileUpload.FileNames.Delete(i);
IWCGJQFileUpload.JQFileUploadOptions.ShowUploadedFileList := False;
but the list keep showing below the button.
Best Regards
Francisco Alvarado