Class OorianFileInput<T extends OorianFileInput<T>>


public class OorianFileInput<T extends OorianFileInput<T>> extends FileInput<T>
Enhanced file input element with built-in Oorian file upload support.

This class extends FileInput to provide automatic integration with Oorian's client-side file upload system. It configures the necessary JavaScript handlers for file selection notification and upload triggering.

Since:
2007
Version:
1.0
Author:
Marvin P. Warble Jr.
See Also:
  • Constructor Details

    • OorianFileInput

      public OorianFileInput()
      Creates a new OorianFileInput with default file selection handling.
  • Method Details

    • setUploadOnSelect

      public void setUploadOnSelect(boolean flag)
      Sets whether files should be uploaded immediately upon selection.
      Parameters:
      flag - true to upload files automatically when selected, false to only notify the server of the selection.
    • uploadFiles

      public void uploadFiles()
      Triggers an upload of the currently selected files to the server.