[RESOLVED] Tech question on file.upload
This may be a hard one to answer.
I need to know what the exact syntax (return code) that is returned from the server after an upload event is complete to fire the event listeners.
ufile.addEventListener(Event.COMPLETE, ucomplete) or
ufile.addEventListener(DataEvent.UPLOAD_COMPLETE_D ATA, ucomplete)
If not clear on question.
I need the response code that sent back to action script which notifies the event that an upload has been completed.
The documentation says it returns a HTTP status code 200. What is the exact line of code returned is my question.