Class FileItemUploadStartEvent


public class FileItemUploadStartEvent extends BaseJBStrapEvent
File upload start event. These are the following:
  • The client on which the event occurred
  • The ID of the component on which the event occurred
  • The event type
  • The instance of the component, on which the event occurred
  • The event's unique ID
  • The file name
Since:
4.0
Author:
JBStrap
  • Constructor Details

    • FileItemUploadStartEvent

      public FileItemUploadStartEvent()
  • Method Details

    • getFilename

      public String getFilename()
      Gets the name of the file to be uploaded.
      Returns:
      File name
    • getFilesize

      public Long getFilesize()
      The size of the file to be uploaded in bytes.
      Returns:
      The size of the file to be uploaded in bytes