Reputation: 3097
I implemeneted a flash version of uploadify in my current project. It is working fine on web. My issue is that client need uploadify - feature in mobile phones also (android, ios etc) where current implementation is not working. How can I overcome this. Should I move to HTML5 version or can I use flash version which gives support on phone ( if there ) also. The problem is that we are integrated uploadify in many pages. So that changing the whole code for mobile support is difficult. Please give me a best solution on this.
Upvotes: 2
Views: 1784
Reputation: 18470
uploadify will not work on even for the HTML5 release, You need to do some coding or you can use other tools like Aurigma or Plupload.
You can also use an upload plugin for jQuery mobile, I think you will have the best answer in this discussion in jQuery forum.
Upvotes: 1