mirror of
https://github.com/mattintech/simplefileupload-server.git
synced 2026-09-09 08:04:08 +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