A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [RESOLVED] Tech question on file.upload

Threaded View

  1. #1
    Senior Member
    Join Date
    Dec 2006
    Location
    Jax, FL
    Posts
    110

    resolved [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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center