Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

GridfieldBulkEditingTools SequentialUpload not working as expected


Go to End


911 Views

Avatar
bueckl

Community Member, 3 Posts

25 January 2015 at 3:18am

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.