Interface IWSUploaderService

All Superinterfaces:
IWSUploader

public interface IWSUploaderService extends IWSUploader
Interface used to handle uploads to the server from a client, e.g. profile images. In order to be able to accept an upload from a client, it must beforehand be registered by a client session to get a IWSUploaderAcceptor instance. This instance is required to perform validation if upload is enabled and of what is being uploaded and to where.
Author:
Christopher Mindus