2020-10-15 16:52:41 +00:00
|
|
|
|
## How big of a file can I transfer with Send?
|
2017-07-18 22:57:26 +00:00
|
|
|
|
|
2022-02-18 15:53:55 +00:00
|
|
|
|
There is a 2GB file size limit built in to Send, but this may be changed by the
|
|
|
|
|
hoster. Send encrypts and decrypts the files in the browser which is great for
|
|
|
|
|
security but will tax your system resources. In particular you can expect to
|
|
|
|
|
see your memory usage go up by at least the size of the file when the transfer
|
|
|
|
|
is processing. You can see [the results of some
|
|
|
|
|
testing](https://github.com/mozilla/send/issues/170#issuecomment-314107793). For
|
|
|
|
|
the most reliable operation on common computers, it’s probably best to stay
|
2017-07-18 22:57:26 +00:00
|
|
|
|
under a few hundred megabytes.
|
|
|
|
|
|
|
|
|
|
## Why is my browser not supported?
|
|
|
|
|
|
|
|
|
|
We’re using the [Web Cryptography JavaScript API with the AES-GCM
|
|
|
|
|
algorithm](https://www.w3.org/TR/WebCryptoAPI/#aes-gcm) for our encryption.
|
|
|
|
|
Many browsers support this standard and should work fine, but some have not
|
|
|
|
|
implemented it yet (mobile browsers lag behind on this, in
|
|
|
|
|
particular).
|
|
|
|
|
|
2020-10-15 16:52:41 +00:00
|
|
|
|
## Why does Send require JavaScript?
|
2017-08-03 06:37:55 +00:00
|
|
|
|
|
2020-10-15 16:52:41 +00:00
|
|
|
|
Send uses JavaScript to:
|
2017-08-03 16:26:04 +00:00
|
|
|
|
|
|
|
|
|
- Encrypt and decrypt files locally on the client instead of the server.
|
|
|
|
|
- Render the user interface.
|
2021-05-19 14:09:01 +00:00
|
|
|
|
- Manage translations on the website into [various different languages](https://github.com/timvisee/send#localization).
|
2017-08-03 16:26:04 +00:00
|
|
|
|
- Collect data to help us improve Send in accordance with our [Terms & Privacy](https://send.firefox.com/legal).
|
2017-08-03 06:37:55 +00:00
|
|
|
|
|
2021-05-19 14:09:01 +00:00
|
|
|
|
Since Send is an open source project, you can see all of the cool ways we use JavaScript by [examining our code](https://github.com/timvisee/send/).
|
2017-08-03 06:37:55 +00:00
|
|
|
|
|
2017-07-18 22:57:26 +00:00
|
|
|
|
## How long are files available for?
|
|
|
|
|
|
|
|
|
|
Files are available to be downloaded for 24 hours, after which they are removed
|
2018-04-07 22:21:55 +00:00
|
|
|
|
from the server. They are also removed immediately once the download limit is reached.
|
2017-07-18 22:57:26 +00:00
|
|
|
|
|
|
|
|
|
## Can a file be downloaded more than once?
|
|
|
|
|
|
2018-04-07 22:21:55 +00:00
|
|
|
|
Yes, once a file is submitted to Send you can select the download limit.
|
2017-07-18 22:57:26 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*Disclaimer: Send is an experiment and under active development. The answers
|
|
|
|
|
here may change as we get feedback from you and the project matures.*
|