-
Notifications
You must be signed in to change notification settings - Fork 4k
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
[BUG] Upload component and large file (800 mb ) #2216
Comments
plz try slice upload https://ng.ant.design/components/upload/zh#components-upload-demo-custom-request |
The result is the same (Also, I try to do it on https://ant.design/components/upload/, there I don't get a crash tab) |
@cipchk plz check this. |
@Grinion, you can use manual upload as a temporary solution |
Is there any way to use manual upload as file selector then preview the selected file if it an image |
@abdelrahmannasr You can use nzPreviewFile property. |
…nerate thumbnail (NG-ZORRO#2219) close NG-ZORRO#2216
Version
1.6.0
Environment
Chrome 69.0.3497.100
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-start-hozp9w
Steps to reproduce
Select lager file (which is bigger than 2 Gb ) - result: immediately crash tab
OR
Select lager file (which is bigger than 800 Mb ) result: When progress bar value was about 40 % and next crash tab
What is expected?
The tab should not crash
What is actually happening?
The tab is crash
Other?
The text was updated successfully, but these errors were encountered: