On Mon, Mar 15, 2010 at 12:30:11PM +0100, Stefan Reible wrote: > > PS: I have an secound problem with downloading big files, is it possilbe > to send any infos about the download progress to the webbrowser? Like > opening an ajax script or something else. If you don't want this limitation, you can use HAVP. It scans the file while it's being transferred to client, while keeping small part of it buffered (in case of virus, it is not transferred so client can't open incomplete file). It's as close to transparent as you can get.