Trait

io.scalajs.npm.angularjs.fileupload.nervgh

FileItem

Related Doc: package nervgh

Permalink

trait FileItem extends Object

File Item

Annotations
@RawJSType() @native()
See also

https://github.com/nervgh/angular-file-upload/wiki/Module-API

Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FileItem
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var alias: String

    Permalink

    Name of the field which will contain the file, default is file

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def cancel(): Unit

    Permalink

    Cancels uploading of this file

  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. var file: FileItemDetails

    Permalink

    The underlying file

  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. var formData: Array[Object]

    Permalink

    Data to be sent along with this file

  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. var headers: FileUploadHeaders

    Permalink

    Headers to be sent along with this file.

    Headers to be sent along with this file. HTML5 browsers only.

  17. def index: Int

    Permalink

    A sequence number upload.

    A sequence number upload. Read only.

  18. def isCancel: Boolean

    Permalink

    true if uploading was canceled.

    true if uploading was canceled. Read only.

  19. def isError: Boolean

    Permalink

    true if occurred error while file uploading.

    true if occurred error while file uploading. Read only.

  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  22. def isReady: Boolean

    Permalink

    File is ready to upload.

    File is ready to upload. Read only.

  23. def isSuccess: Boolean

    Permalink

    true if the file was uploaded successfully.

    true if the file was uploaded successfully. Read only.

  24. def isUploaded: Boolean

    Permalink

    true if the file was uploaded.

    true if the file was uploaded. Read only.

  25. def isUploading: Boolean

    Permalink

    true if the file is being uploaded.

    true if the file is being uploaded. Read only.

  26. var method: String

    Permalink

    It's a request method.

    It's a request method. By default POST. HTML5 browsers only.

  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. var onBeforeUpload: Function0[Unit]

    Permalink

    Fires before uploading an item.

  31. var onCancel: Function3[FileUploadResponse, Object, FileUploadHeaders, Unit]

    Permalink

    On cancel uploading

  32. var onComplete: Function3[FileUploadResponse, Object, FileUploadHeaders, Unit]

    Permalink

    On file upload complete (independently of the sucess of the operation)

  33. var onError: Function3[FileUploadResponse, Object, FileUploadHeaders, Unit]

    Permalink

    On upload error

  34. var onProgress: Function1[Double, Unit]

    Permalink

    On file upload progress.

  35. var onSuccess: Function3[FileUploadResponse, Object, FileUploadHeaders, Unit]

    Permalink

    On file successfully uploaded

  36. def progress: Double

    Permalink

    File upload progress percentage.

    File upload progress percentage. Read only.

  37. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  38. def remove(): Unit

    Permalink

    Remove this file from the queue

  39. var removeAfterUpload: Boolean

    Permalink

    Remove this file from the queue after uploading

  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. def upload(): Unit

    Permalink

    Upload this file

  44. def uploader: FileUploader

    Permalink

    Reference to the parent Uploader object for this file.

    Reference to the parent Uploader object for this file. Read only.

  45. var url: String

    Permalink

    Path on the server in which this file will be uploaded

  46. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  47. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. var withCredentials: Boolean

    Permalink

    Enable CORS.

    Enable CORS. HTML5 browsers only.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped