Advice on uploading large files

We have an app requires allowing uploading files above the standard upload limite of 200mb.

We spotted this page in the stream API docs explaining the us of tus to enable this.

However, our files are not video or audio files, and we didn't think we have a need for the stream API.

How would you recommend we proceed?
  1. Use the stream API for non audio/video files (is this possible)?
  2. Use some other method (if so what)?
Was this page helpful?