Welcome Guest, Not a member yet? Register   Sign In
blueimp jquery file upload plugin partially overwritten by next view
#1

[eluser]bill19[/eluser]
Hello,

I have the blueimp jquery file upload plugin working perfectly in CI 2.1. I am now trying to use the plugin as part of a dynamically generated page, made up of several views.

To do this my controller contains the following:

Code:
$this->load->view('blue_view_widget'); // this view contains the blueimp file upload
$this->load->view('form');                        // a form


I now see that the template-upload and template-download table (which is generated by javascript) is overwritten by the html from the 'form' view. How can I fix this ?

Thank you,

Bill
#2

[eluser]bill19[/eluser]
Here is a a piece of the 2 views appended together with some annotations:

http://pastebin.com/qxZ52S1J

I hope this may make things clearer.

Thanks again,

Bill




Theme © iAndrew 2016 - Forum software by © MyBB