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
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val alias: String

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

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def cancel(): Unit

    Cancels uploading of this file

  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. val file: FileItemDetails

    The underlying file

  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. val formData: Array[Object]

    Data to be sent along with this file

  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  14. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  16. val headers: FileUploadHeaders

    Headers to be sent along with this file.

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

  17. def index: Int

    A sequence number upload.

    A sequence number upload. Read only.

  18. def isCancel: Boolean

    true if uploading was canceled.

    true if uploading was canceled. Read only.

  19. def isError: Boolean

    true if occurred error while file uploading.

    true if occurred error while file uploading. Read only.

  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  22. def isReady: Boolean

    File is ready to upload.

    File is ready to upload. Read only.

  23. def isSuccess: Boolean

    true if the file was uploaded successfully.

    true if the file was uploaded successfully. Read only.

  24. def isUploaded: Boolean

    true if the file was uploaded.

    true if the file was uploaded. Read only.

  25. def isUploading: Boolean

    true if the file is being uploaded.

    true if the file is being uploaded. Read only.

  26. val method: String

    It's a request method.

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

  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  30. val onBeforeUpload: Function0[Unit]

    Fires before uploading an item.

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

    On cancel uploading

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

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

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

    On upload error

  34. val onProgress: Function1[Double, Unit]

    On file upload progress.

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

    On file successfully uploaded

  36. def progress: Double

    File upload progress percentage.

    File upload progress percentage. Read only.

  37. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  38. def remove(): Unit

    Remove this file from the queue

  39. val removeAfterUpload: Boolean

    Remove this file from the queue after uploading

  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toLocaleString(): String
    Definition Classes
    Object
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def upload(): Unit

    Upload this file

  44. def uploader: FileUploader

    Reference to the parent Uploader object for this file.

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

  45. val url: String

    Path on the server in which this file will be uploaded

  46. def valueOf(): Any
    Definition Classes
    Object
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. val withCredentials: Boolean

    Enable CORS.

    Enable CORS. HTML5 browsers only.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped