aspose file tools
The moose likes Java in General and the fly likes Monitor the progress of sending a file to client Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Monitor the progress of sending a file to client" Watch "Monitor the progress of sending a file to client" New topic
Author

Monitor the progress of sending a file to client

Barak ov
Greenhorn

Joined: Apr 17, 2010
Posts: 1
I am using a Java module in Wowza server (rtmp protocol) to send a bytearray
to the client application (AS3).
I need to Monitor the download of this file and the client application(AS3) does not allow it: There is a known bug in AS3 that prevents access to the Loader class when uploading certain files, if the loading of the file has not completed.
Would it be possible for the server side Java script to somehow send the client some information about the "sending" of the file ?
Does someone have any other idea how I "help" the client get progress information ?
The Java wowza module is using the following line to send the bytearray:



I will be grateful even for a general answer such as: yes, it can be done and you should use the following mechanism, etc.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Monitor the progress of sending a file to client
 
Similar Threads
Generate a class without a main method
File upload and download use SSL?
problem when sending a pdf file to the browser
how to calculate the length of time ?
outputStream gives wrong file name