Skip to main content
Participant
May 29, 2009
Question

Technical question on what server returns after an file.upload is complete

  • May 29, 2009
  • 2 replies
  • 424 views

Does anyone know the exact code (syntax) that is returned from the server after an file.upload is complete to trigger the event.

DataEvent.UPLOAD_COMPLETE_DATA or Event.COMPLETE

Design my own upload/download server and need some specific information.

This topic has been closed for replies.

2 replies

air_icAuthor
Participant
May 29, 2009

I think the server just disconnects, which fires the response.

The documentation says the server sends out a HTTP status code 200.

Would you know what the line of code looks like?

kglad
Community Expert
Community Expert
May 29, 2009

no, i didn't even know that.

but you can inspect the dataevent and event classes and see if they use any event returned from the server to determine when loading is complete.

kglad
Community Expert
Community Expert
May 29, 2009

i don't think the server returns anything.  it's the dataevent/event subclasses that moniter loading and return events.