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
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?
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?
- Use the stream API for non audio/video files (is this possible)?
- Use some other method (if so what)?