Plugin : File Upload

Author:Rex.Rainbow

Download

Properties

Actions

Upload

Action:Upload image

  • Upload image to parse server. Each uploaded file will have a new URL.
    • URI ( string ) : Data URI of upload image
    • File name ( string ) : File name of upload image.

Action:Upload current frame

  • Upload current frame of sprite to parse server. Each uploaded file will have a new URL.
    • Sprite ( object ) : Sprite object.
    • File name ( string ) : File name of upload image.

Expressions

Error

Expression:ErrorCode

  • Error code.

Expression:ErrorMessage

  • Error message.

Upload

Expression:LastURL

  • Get URL of last upload file .

Expression:LastFileName

  • Get file name of last upload file .

Conditions

Upload

Condition:On complete

  • Triggered when uploading completed.

Condition:On error

  • Triggered when uploading error.