Files & Images
awork allows you to upload files and images to tasks, projects, comments and many other entities.
Upload a file to a task
Uploading a file takes three steps.
- Generate upload URL
- Upload the file
- Link it with an entity such as a task
Generate Upload URL
The response will look like this:
Then use the returned uploadUrl
to upload the file:
Upload File
Once that is done, link the uploaded file with a task:
Link File with Task
Upload a profile image
Several entities in awork support profile images. This is how you can upload an image for a project profile icon:
Request
See more on working with files and images in the Help Center.