Re: Browser file download complete callback

2008-11-05 Thread bjolletz
://www.nabble.com/Browser-file-download-complete-callback-tp20300290p20300290.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Browser file download complete callback

2008-11-04 Thread Igor Vaynberg
in context: http://www.nabble.com/Browser-file-download-complete-callback-tp20300290p20300290.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Browser file download complete callback

2008-11-04 Thread bjolletz
downloading the bytearray? Thanks in advance! /Daniel -- View this message in context: http://www.nabble.com/Browser-file-download-complete-callback-tp20300290p20300290.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Browser file download complete callback

2008-11-04 Thread Igor Vaynberg
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Browser-file-download-complete-callback-tp20300290p20318122.html Sent from the Wicket - User

Re: Browser file download complete callback

2008-11-04 Thread Igor Vaynberg
-- View this message in context: http://www.nabble.com/Browser-file-download-complete-callback-tp20300290p20300290.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Browser file download complete callback

2008-11-03 Thread bjolletz
://www.nabble.com/Browser-file-download-complete-callback-tp20300290p20300290.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Browser file download complete callback

2008-11-03 Thread Erik van Oosten
Not sure about the close method, but you could always wrap the outputstream and count the number of streamed bytes. Regards, Erik. bjolletz wrote: Is it at all possible to get a callback when a user is finished downloading the bytearray? -- Erik van Oosten