Sequential Queue
Upload files one at a time in strict order. The next file starts only after the previous one completes.
What you should see: strictly one file at a time: the next upload starts only after the previous one finishes, which keeps ordering deterministic.
Drag & drop files here, or paste from clipboard
<core-upload asp-upload-url="/api/upload/upload"
asp-concurrent="1"
asp-multiple="true"
asp-progress="true"
asp-auto-upload="true">
</core-upload>