;

PDA

Click to See Complete Forum and Search --> : v7-AS3 [RESOLVED] Tech question on file.upload


imdumb
05-29-2009, 09:37 AM
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.

imdumb
05-29-2009, 12:07 PM
Problems solved by issuing a status code 200 and then closing connection