I would like to submit a collection of entities one at a time.
There are 2 reasons for this: - I'm uploading a lot of data and submitting more than one change exceeds the http limit for these transfers. (i don't want to change this limit) - I want to see the progress of each item getting submitted.
Example: Suppose I have an album and each album has a collection of photos (entities). If the user adds some photos, I want to upload one photo at a time and not the whole chunk at once.