Would it be possible (I know, patches welcome -- I'm just asking about feasibility right now) to stream the node IDs back as the API creates them instead of waiting until the /changeset/upload operation is finished? This would potentially kill two birds with one stone:<br>
<br>1. Give the clients the ability to show progress<br>2. Save some memory on the API server (don't have to store the node IDs in memory, can just stream them out)<br>