Metadata
- Source
- SJRK-309
- Type
- Improvement
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- N/A
- Reporter
- Gregor Moss
- Created
2019-10-11T17:57:39.677-0400 - Updated
2020-04-21T13:00:59.806-0400 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- Storytelling Tool Server
Description
The current maximum number of files (read: images, audio or video files) that can be uploaded with a story is 10, even if all files have the same single source file on the client's machine. Consider increasing this to a larger number like 30 or 50.
The relevant line in source can be found here:
https://github.com/fluid-project/sjrk-story-telling/blob/a870c8afe9609a484f9005778039a0fe73974545/src/server/middleware/saveStoryWithBinaries.js#L22
Comments
-
Cindy Li commented
2020-04-17T09:38:39.060-0400 The pull request that increases the maximum number of files in a story to 50 has been merged into the project repo master branch at this commit.