| java.lang.Object de.jwic.base.Event de.jwic.events.FileReceivedEvent
FileReceivedEvent | public class FileReceivedEvent extends Event (Code) | | FileReceivedEvent contains the InputStream of an uploaded file with the FileUploadControl.
$Id: FileReceivedEvent.java,v 1.3 2006/08/14 09:34:59 lordsam Exp $
version: $Revision: 1.3 $ author: JBornemann |
FileReceivedEvent | public FileReceivedEvent(Control sourceControl, UploadFile file)(Code) | | FileReceivedEvent constructor.
Parameters: sourceControl - |
getFileName | public String getFileName()(Code) | | Returns the name of the uploaded file.
|
getFileSize | public long getFileSize()(Code) | | Returns the name of the uploaded file.
|
|
|