After the completion of a file upload operation, there may be resources that were allocated during the upload that need to be recycled.
File attachments
public String ucUploadFinish ( Object uploadObject, SesameSession session, Connection dbconn, String uploadObjectType ) throws Exception ;
The ucUploadFinish operation permits cleanup, as it is the last operation performed after the upload is complete.
The String return value is an error message or null if successful.
For more information, please see here.