mirror of
https://github.com/mattintech/simplefileupload-server.git
synced 2026-07-11 11:51:54 +00:00
- Add BEGIN IMMEDIATE transaction to add_chunk() function - Prevents concurrent chunk uploads from overwriting each other - Fixes issue where parallel uploads would lose chunks in database - Critical for supporting 2+ parallel chunk uploads on mobile