Hey UncleCheese,
Can I replace swfupload with uploadify, or is the dataobject manager not ready for that switch?
If so, what do I need to do to make the switch?
John
This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.
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.
Hey UncleCheese,
Can I replace swfupload with uploadify, or is the dataobject manager not ready for that switch?
If so, what do I need to do to make the switch?
John
As a standalone uploader, e.g. for frontend forms or replacing ImageField or FileIFrame field in CMSMain or ModelAdmin, it's ready to go.
For FileDOM (and by association, AssetAdmin), it's not there yet. I'll be working on that very soon. When that is ready, it will be a transparent install. That is, FileDOM will detect that you have Uploadify installed and use an alternate upload form.
ahh Excellent.
Thanks!