I want to upload multiple .zip files that are each 1.5 GB in size.
I expected to get multiple URLs back but instead it just ran and uploaded for a really long time.
Then it only displayed one URL that was expired.
I think it tried to upload all files as one link but since the upload limit is 2 GB it expired.
Can you maybe add a check if the selected files are more than 2 GB in total and if so start multiple upload threads?