| requestTokenScript.as | |
| Variables | |
| token | Holds the server issued token that is sent along with a file upload. |
| Functions | |
| requestToken | Requests a token from the server to assist in identifying the upload since session information isn’t communicated on file upload. |
| requestTokenHandler | Handles the return of the HTTPService request for the token, setting the token variable. |
private function requestToken() : void
Requests a token from the server to assist in identifying the upload since session information isn’t communicated on file upload.
Holds the server issued token that is sent along with a file upload.
private var token: String
Requests a token from the server to assist in identifying the upload since session information isn’t communicated on file upload.
private function requestToken() : void
Handles the return of the HTTPService request for the token, setting the token variable.
private function requestTokenHandler() : void