1
0
mirror of https://github.com/bitwarden/help synced 2025-12-15 07:43:48 +00:00
Files
help/_articles/features/attachments.md
fred_the_tech_writer 535ea72847 Release Updates (#474)
* Send Staging (#447)

* - js for in-page tabs
- send category early drafts of articles
- send images

* fix scrolling on tab

* send web vault

* mobile image

* redone 'receive send' article

* send from browser ext & mobile

* send work

* improvements to 'about'

* send additions

* so much send

* lotsa send

* all send all the time

* ain't nothin but a send thang

* cli

* send cli

* simple cli sends in /create-send/

* simple disable & delete in /send-lifespan/

* send desktop screenshots

* send final cleanup

* cli final cleanup

* send edits

* fix

* send final touches

* fixed links & non-send updates

* new import message documentation, several import articles condensed to use tabs, U2F support for Edge, excluded domains article, remove in innacurate note on emergency accesss

* Firefox Attachment Workflow + Date Picker for custom timestamps

* safari attach file Send req

* excluded domains addition

* fix tab titles

* release notes

* unlock articles

* link to status feed

* small typos

* test

* updated release notes

* lastpass article form fill rewrites

* import to org & personal clarifications

* send self-hosting, safari web extension edits, and release notes
2021-03-11 11:58:16 -05:00

6.8 KiB

layout, title, categories, featured, popular, tags, order
layout title categories featured popular tags order
article File Attachments
account-management
false false
attachments
storage
files
13

Files can be attached to Vault items from any Bitwarden application. An individual file attachment must be 100MB or smaller. By default, paid users have access to 1GB of encrypted storage for file attachments. Additional storage can be purchased in 1GB increments.

{% callout info %} File Attachments are available for Premium users, including members of Paid Organizations (Families, Teams, or Enterprise). {% endcallout %}

Attach a File

To attach a file to a Vault item from a Bitwarden application:

{% capture be_sync %} ### Attach from Web Vault

Complete the following steps to attach a file to a Vault item from the Web Vault:

  1. Hover-over the Vault item you'd like to attach a file to, and select the {% icon fa-cog %} Gear icon.
  2. Select {% icon fa-paperclip %} Attachments from the dropdown.
  3. In the Attachments dialog box, Browse... for your file.
  4. Select the Save button to finish attaching a file.

Once a Vault item has a file attached to it, selecting {% icon fa-paperclip %} Attachments from the {% icon fa-cog %} Gear dropdown will also display a list of attached files.

{% endcapture %} {{ be_sync | markdownify }}

{% capture be_sync %} ### Attach from a Browser Extension

Complete the following steps to attach a file to a Vault item from a Bitwarden Browser Extension:

  1. Open the item you'd like to attach a file to, and select the Edit button.
  2. Select {% icon fa-paperclip %} Attachments.
  3. On the Attachments page/dialog, Browse... for your file.
  4. Select the Save button to finish attaching a file.

Once a Vault item has a file attached to it, selecting {% icon fa-paperclip %} Attachments from will also display a list of attached files.

{% endcapture %} {{ be_sync | markdownify }}

{% capture mob_sync%} ### Attach from Mobile

Complete the following steps to attach a file to a Vault item from a Bitwarden Mobile App:

  1. Open the item you'd like to attach a file to, and select the {% icon fa-ellipsis-v%} Menu button.
  2. Select {% icon fa-paperclip %} Attachments.
  3. On the Attachments page, select the Choose File button and browse for your file.
  4. Select the Save button to finish attaching a file.

Once a Vault item has a file attached to it, selecting {% icon fa-paperclip %} Attachments from the {% icon fa-ellipsis-v%} Menu dropdown will also display a list of attached files.

{% endcapture %} {{ mob_sync | markdownify }}

{% capture desk_sync%} ### Attach from Desktop

Complete the following steps to attach a file to a Vault item from a Bitwarden Desktop App:

  1. Open the item you'd like to attach a file to, and select the Edit button.
  2. Select {% icon fa-paperclip %} Attachments.
  3. On the Attachments page/dialog, Browse... for your file.
  4. Select the Save button to finish attaching a file.

Once a Vault item has a file attached to it, selecting {% icon fa-paperclip %} Attachments from will also display a list of attached files.

{% endcapture %} {{ desk_sync | markdownify }}

{% capture cli_sync%} ### Attach from the CLI

Use bw create attachment to attach a file to an existing Vault item, for exaple:

bw create attachment --file /path/to/myfile.ext --itemid <itemid>

For more information, refer to our [CLI documentation]({% link _articles/miscellaneous/cli.md %}).

{% endcapture %} {{ cli_sync | markdownify }}

View an Attachment

Viewing an attachment mimics the same procedure used to attach a file. Refer to one of the above sections for help.

Add Storage Space

By default, users with a Premium subscription have access to 1GB of encrypted storage for file attachments. Additional storage can be purchased in 1GB increments. Complete the following steps to purchase additional storage:

  1. In the Web Vault{:target="_blank"}, select the Settings tab.
  2. From the Settings menu, select Premium Membership.
  3. In the Storage section, select the Add Storage button.
  4. Using the counter, choose the number of GB of Storage to Add and select Submit.

Adding storage will result in adjustments to your billing totals and immediately charge your payment method on file. The first change will be prorated for the remainder of the current billing cycle.

{% callout info %} A note about attachments created prior to December, 2018:

Prior to December 2018, File Attachments used a different method of encrypting their data. We have since moved to a newer, better way of encrypting File Attachments. Any attachments that use the older encryption method will be labeled with an {% icon fa-exclamation-triangle %} alert icon in your vault listing. You should upgrade these old attachments to the newer method of encryption so that other account-related features can function properly:

  1. Open the page for editing your attachments (see above instructions).
  2. Click the Fix button next to the old attachment. This process will download the attachment, re-encrypt it using the new encryption method, re-upload the attachment back to your vault, and delete the old version of the attachment.

Once an attachment has successfully been upgraded, the {% icon fa-exclamation-triangle %} alert icon and fix button should disappear. {% endcallout %}