ucUploadFinish

Purpose

After the completion of a file upload operation, there may be resources that were allocated during the upload that need to be recycled.

Applies To

File attachments

Signature

public String ucUploadFinish ( Object uploadObject, 
                              SesameSession session, 
                              Connection dbconn, 
                              String uploadObjectType ) throws Exception ;

Notes

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.