Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is the old package? and problem downloading files more than 500mb from chrome browser. #1

Open
codehunter12345 opened this issue Dec 2, 2020 · 4 comments

Comments

@codehunter12345
Copy link

Hi!
I am using shetabit/chunky package in my download host,
It seems it is changed into laravel package! and the old pure php one is no longer maintained!! why?

The problem:

I can not download files bigger than 500MB with browser! It is working well with IDM or other download managers
but its not working with browsers direct download.
I have a 700MB file (.rar) and every time I test it with browser (even different browsers from different systems and ISPs) the file is downloaded with exactly 500MB size and of course it is a broken rar file that can not be extracted.

I think it is related to this issue:

https://stackoverflow.com/questions/30587677/bypass-blob-500mb-limit-to-save-bigger-file-on-disk/34900969

@khanzadimahdi
Copy link
Member

khanzadimahdi commented Dec 2, 2020

it is not Laravel package! the latest commits have not been released yet and will be reverted.

https://github.com/shetabit/chunky/tree/v1.0

the only version of this package is pure php and will not be Laravel package in future.
this package will be maintained and upgrade soon in few next days.

@codehunter12345
Copy link
Author

Thank you so much!
So did you identify the size limit problem? Is that going to be fixed in next days?
If there is a quick fix for that please share it with me, because my website is live and some of my users have problem with download.

@khanzadimahdi
Copy link
Member

your problem is in your javascript code?

i think it is not related to this package. change your chunks to less than 500MB and send them to server side.

@codehunter12345
Copy link
Author

codehunter12345 commented Dec 2, 2020

My problem is download not upload!!

To demonstrate the issue I created a test link for you:
https://dl.maryammobaraki.ir/testing/

There is a download link inside this link, the file is 708MB size.
If you try direct download with google chrome browser, the downloaded file will be less than 500MB.
if you try it with IDM or other download managers, it will download the entire file successfully.

Again, I will send you a link to probable reason for this issue:
https://stackoverflow.com/questions/30587677/bypass-blob-500mb-limit-to-save-bigger-file-on-disk/34900969

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants