|
-
[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.
Last edited by imdumb; 05-29-2009 at 09:29 AM.
-
Problems solved by issuing a status code 200 and then closing connection
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|