Class XhrFileUploadService

java.lang.Object
sk.iway.iwcm.components.upload.XhrFileUploadService

@Service public class XhrFileUploadService extends Object
Service for handling file uploads via XHR. It stores uploaded file chunks temporarily in random folder, and assembles them once all chunks are received. It also provides methods to move, replace, and delete uploaded files by their unique keys.