Netopya / UCHGC-Website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pipeline file uploading

Netopya opened this issue · comments

Currently when uploading multiple files, the entire payload is sent in a single request. This puts a 32MB limit on the entire upload payload while this should be the limit on each image. An upload should be broken up into multiple ajax request (one for each image).