Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When register more than two interfaces only first two works #29

Open
jkuchar opened this issue Jul 10, 2014 · 0 comments
Open

When register more than two interfaces only first two works #29

jkuchar opened this issue Jul 10, 2014 · 0 comments
Labels

Comments

@jkuchar
Copy link
Owner

jkuchar commented Jul 10, 2014

Put this into bootstrap and anly Uploadify and HTML4 upload will work.

MultipleFileUpload\MultipleFileUpload::getUIRegistrator()
    ->clear()
    ->register('MultipleFileUpload\UI\HTML4SingleUpload')
    ->register('MultipleFileUpload\UI\Uploadify')
    ->register('MultipleFileUpload\UI\SwfUpload')
    ->register('MultipleFileUpload\UI\Plupload');
@jkuchar jkuchar added this to the v2.0.0 milestone Jul 10, 2014
@jkuchar jkuchar added the bug label Jul 10, 2014
@jkuchar jkuchar modified the milestones: v1.1.1, v2.0.0 Jul 10, 2014
@jkuchar jkuchar closed this as completed Jul 14, 2014
@jkuchar jkuchar reopened this Jul 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant