I'm getting a broken pipe error in my Java server log when trying to
upload a file using Flex. I've got a progress bar attached to the
upload and it goes to 100% and then gets stuck while uploading. 

The file resides on a network drive rather than a local drive. Could
this be causing the issue? Is it a security problem? But it's able to
handle other files from that same location without any issues. 

The other weird thing: If I wait a moment and refresh the Flex page,
it shows that the file uploaded fine.

Is there an event I can listen for to determine what's happening?

Help! 

Reply via email to