Hi All,
I am using file upload control
i placed upload control in bootstrap modal. when i want to fetch the posted file from file upload control it returns null.
then i removed the fileupload control from bootstrap modal now it is working
so i noticed that it is not working in modal.
but as per my requirement i need to use the file upload control in boot strap modal
how can i use?
My code:
<div class="modal fade" id="myModal">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">
Category
</h4>
</div>
<div clas ...
Go to the complete details ...