Hi,
I'm having trouble making sequentialUploads work as expected. Locally, I can upload files one by one. But as soon as I do this on my remote web server the file order gets messed up. Files upload like 1-4-3-2-5.
I tried isolating the problem by setting up a clean ss3 install from master branch (3.1.9) and just using GridfieldBulkEditingTools as the only additional component.
Can anybody confirm, seqentialUploads are working on a remote web server, not on a local machine?
I opened a ticked on github discussing this with colymba, where I did provide some code examples.
https://github.com/colymba/GridFieldBulkEditingTools/issues/96
I'm quite confident my implementation is ok.