Hi All ,
In File Upload Control , I don not want to save the File in Knowledge Center Folder when User First Upload and then Click Cancel or Close the Tab . What should I do in this case .
Discussion posts and replies are publicly visible
It can be done using process model instead of handling it in cancel button.
In the process model add a "Delete Document" node and include the logic in XOR node to route the control to "Delete document" node when user click on cancel.