jkuchar / FileDownloader

Allows you to send files to browser from Presenter. (also can be used without Nette) Allows you to log and restrict access to these files. There is also support for partial downloads and files over 4GB!
http://addons.nette.org/jkuchar/filedownloader
Other
28 stars 10 forks source link

Missing BigFilesTools #7

Closed Jam3si closed 7 years ago

Jam3si commented 9 years ago

FileDownloader is missing BigFileTools, have to download it extra. But after that, method onComplete do not work on nette 2.2

jkuchar commented 9 years ago

Which file downloader do you use?

Jam3si commented 9 years ago

master - 1.2.0

jkuchar commented 9 years ago

I had different thing on mind, AdvancedDownloader or Simple?

Jam3si commented 9 years ago

Oh, AdvancedDownloader

jkuchar commented 9 years ago

On complete is called from https://github.com/jkuchar/FileDownloader/blob/master/FileDownloader/BaseFileDownload.php download() method. Could you please try to debug, why your script didn't reach onComplete() call? There must be some exception thrown...

jkuchar commented 9 years ago

OnComplete is called when whole file has been downloaded, isn't that problem?

jkuchar commented 7 years ago

fixed in master