Skip to content

Adding Attachments

This article describes how to upload single files to the following locations in Flywheel. These methods should not be used for imaging files; attachments should be other types of files for your project like subjects list, survey questions, etc. You can add attachment to the:

Unsupported upload method for site, group, or project de-id profiles

Using the methods in this article will not de-identify data. Use one of these supported methods if you use site, group, or project de-id profiles.

Attach to a Project

To upload a file that would be an attachment at the project level:

  1. Select a project,
  2. Click the Information tab,
  3. Go to the Attachments section, and
  4. Click Upload Attachment.

The file appears in the list of attachments.

Screen_Shot_2020-02-12_at_11.06.29_AM.png

You can also attach files to a project in the details view:

  1. Select a Project,
  2. From Sessions,
  3. Click Project, and
  4. Click Upload Attachment.

Screen_Shot_2020-02-12_at_11.10.19_AM.png

Attach to a Subject

  1. Select a project,
  2. From Sessions,
  3. Select a subject,
  4. Select the Subject tab,
  5. Click Upload Attachment.

The file is uploaded to the subject and appears in the Attachments list.

Screen_Shot_2020-02-12_at_11.16.23_AM.png

Attach to a Session

  1. Select a project,
  2. Select the Sessions tab, and
  3. Click Upload Attachment.

The file is uploaded to the session and appears in the Attachments list.

Screen_Shot_2020-02-12_at_11.18.32_AM.png

Upload an Acquisition

You can also create a new acquisition and upload data to the acquisitions level of the Flywheel hierarchy. These files will be uploaded as acquisitions and not attachments.

Note

Use Bulk Import if you have DICOM images.

  1. Select a project.
  2. Click the Sessions tab, then click into a Session and select the Acquisitions tab.
  3. To create a new Acquisition and upload data to it, follow this step. Otherwise, skip to step 4.

    1. Open the Session's options menu and click Create New Acquisition - Upload Data.

      Create New Acquisition menu

    2. Add a Description and Timestamp, then drag files to the drop target or click anywhere on the drop target to launch the file selector.

      Create New Acquisition dialog

    3. Click Upload.

  4. To upload data to an existing Acquisition, follow this step.

    1. Open the Acquisition's options menu and click Upload Data to Acquisition.

      Upload Data to Acquisition menu

    2. Drag files to the drop target or click anywhere on the drop target to launch the file selector.

      Upload Data to Acquisition dialog

    3. Click Upload.

Use the Flywheel CLI

The fw upload command can be used to upload files to different locations in Flywheel.

  1. Use the following command:

    fw upload [File to upload] [Destination Path]

  2. Modify the destination path according to the location where the file needs to be attached.

For Example, to upload license.txt file as attachment to the project "Amygdala_Structure", the command would be:

fw upload license.txt "fw://ce-team/Amygdala_Structure"