question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Files corrupted on download

See original GitHub issue
  • Version of Meteor-Files latest
  • Version of Meteor 1.6.1
  • Browser name and its version? Every
  • I’m using filesystem upload (default)

The files are uploaded properly, I can open them from the upload folder where they are uploaded without issue. However using this code to download the file starts the download properly but the size of the downloaded file is similar “not equal” to the file in the upload folder (sometimes bigger). I can’t open the file, office/adobe says the file is corrupted. Images are currupted too.

<a href="{{link}}?download=true" download="{{name}}" target="_parent">Télécharger</a>

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
dr-dimitrucommented, Mar 27, 2018

To have access to all features you should iterate using .each property:

{{#each communiques.each}}
  <a class="list-group-item" href="{{link}}?download=true" download="{{name}}" target="_parent">
    <i class="fa fa-file-pdf-o fa-fw"></i> {{ meta.nom }}
  </a>
{{/each}}
1reaction
FrancisBoucommented, Mar 27, 2018

@dr-dimitru I should have read more carefully, thanks for the help!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Every download is corrupted - Microsoft Community
Reconfigure the Windows Store. ... 2. Manually restore store settings: a) Press the Windows + R keys to open the Run window. b)...
Read more >
5 Ways to Fix a Zip File if It's Corrupted After Download
5 Ways to Fix a Zip File if It's Corrupted After Download · 1. Use third-party software · 2. Check your antivirus ·...
Read more >
How can a downloaded file get corrupted? - Quora
Go to Corrupt a file - Corrupt file online, deliver on time! in a web browser. · Click FROM YOUR COMPUTER. · Select...
Read more >
Why do large zip files become corrupted so often after ...
It seems that when I use a web browser to download a large zip file (2-4gb), I go to unzip it and viola,...
Read more >
Corrupt a file - Corrupt file online, deliver on time!
This site can corrupt any kind of file: Word, Excel, archives, MP3... anything! Just submit your files and we corrupt them. And it's...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found