Bypassing the 200MB size limit for multi-file uploads?

The main limitation I can think of is that uploaded files are currently stored in memory.

The files stay in memory for as long as the file uploader widget shows that file on its UI.

1 Like