We are working in real estate project, there we have image and video uploads in many places. We are started with swfuploader
in few places, But now we found an issue that it does not work if the flash player not installed in the browser. Its working only after installed the flash player in browser. This is really worrying. We should not force user to install flash player to upload images/video. How to handle this issue?
Obviously your issue is solved by not using swf uploader.
My preference is blueimp project. But since you didn't mention any specific requirements in your question then regular HTML file input should work: <input type="file"/>