Plugin : File Upload
Author:Rex.Rainbow
- Upload image to parse server, then get public URL.
Download
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
Expression:ErrorMessage
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.