How does mega.nz work? [closed]

5

Megaupload (Megaupload successor) has a different and innovative way of downloading other sites. Usually, download sites send the file and the download is done in the browser, but in mega.nz download the base64 file and put it together in the browser. Could someone explain detail how does this work? Thank you in advance

    
asked by anonymous 24.07.2015 / 00:23

1 answer

4

Or mega.co.nz uses fileSystem API (google chrome 23, but not restricted to chrome) that basically writes to a restricted section on your local file system

  AppData \ Local \ Google \ Chrome \ User Data \ Default \ File System \

What is FileSystem API : is a file system solution for the web. Developers can store large objects in a restricted area of the user's file system and link directly to them via URL. Although Chrome and Opera are the only browsers that currently implement the feature, its standardization is ongoing. Source:

24.07.2015 / 01:35