Upload files from the web interface
How to upload files in the web interface to create versions quickly.
Fredrik Limsater avatar
Written by Fredrik Limsater
Updated over a week ago

You can upload files using the web interface to create new versions quickly. Uploaded files will then be available for other people to view, download or import as assets in integrations.

To create a new version, simply open the sidebar for the object you wish to attach the version to. Open the Versions tab and then either drag and drop the file you wish to upload, or press Browse to browse for the file.

When creating versions by uploading them in the web interface, an asset of the type Upload will be created. If a file with the same filename had been previously been uploaded, the version number of the existing asset will be incremented instead. This way, each time you upload the same file a new version will be created.

For example, say you upload a file with the filename Project proposal.doc. This will generate an asset version with the name Project proposal v1. After you have done some changes, you upload the file again. The resulting version will have the name Project proposal v2. You then upload a new file called Project budget.doc, this will generate a new version with the name Project budget v1.

We will also try to detect any version numbers specified as part of the filename. Uploading a file named Project proposal v4.doc will generate version 4 of an asset named Project proposal. Should this version already exist, the next available version will be used instead.

When looking for versions in filenames, we look for a separator (space, dot, underscore or hyphen) followed by the character v and a number. See the table below for a few examples:

The component created to represent the file will be added to the ftrack.server location. If the uploaded file type is of one the supported file types, an encoding job will be started and once finished the version can be reviewed from the web interface.

Note

Creating versions by uploading files using the web UI is currently only available in the sidebar, and not on the versions page.

Note

It is currently not possible to change the asset type, description or version number of the created version.

Did this answer your question?