jkuchar / MultipleFileUpload

Upload more files at once using Nette Forms. More front-end interfaces available. (fallback between them is available)
http://addons.nette.org/cs/multiplefileupload
BSD 3-Clause "New" or "Revised" License
10 stars 11 forks source link

Uploadify: if there is no Flash Player there will be no automatic fallback #16

Open jkuchar opened 10 years ago

jkuchar commented 10 years ago

Is there anybody who use Uploadify? Or are we about to drop Uploadify support?

Ciki commented 10 years ago

I don't think someone will give you answer to that question here :) personally, I am OK with plupload support but why would you want to drop support for Uploadify? They claim to have html5 version as well, have you looked at it?

jkuchar commented 10 years ago

Just wanted to make this addon more stable. And trying to have all interfaces up-to-date is quite time consuming. Best thing should be to have someone who uses uplodify with MFU and can watch news and update addon regulary. (not like me - annualy :-) )

Ciki commented 10 years ago

:+1: I would just state the fact Uploadify can be out of date in README & that the only connector being updated is Plupload. You can add a challenge for someone to manage it :)

Lalit-Joshi commented 8 years ago

Simply Add 'onFallback' function... 'onFallback': function () { alert('Flash was not detected.'); }