git merge conflict changes:
This commit is contained in:
parent
09564d725d
commit
8a861dbc88
@ -4277,13 +4277,9 @@ function addloadfile()
|
||||
{
|
||||
|
||||
$pono= $this->input->post('PONO');
|
||||
<<<<<<< HEAD
|
||||
|
||||
$igr= $this->input->post('igr');
|
||||
|
||||
|
||||
=======
|
||||
>>>>>>> 2f9b1f114929c7e837953faff4845edd95f3f8b8
|
||||
$new_file_name =$_FILES['file']['name'];
|
||||
//echo $new_file_name;die;
|
||||
if(!empty($new_file_name))
|
||||
|
||||
@ -6032,21 +6032,14 @@ function fileupload(counter)
|
||||
var igr =$('#hiddenigrno').val();
|
||||
//alert(igr);
|
||||
|
||||
|
||||
|
||||
<<<<<<< HEAD
|
||||
|
||||
formData.append('file',file);
|
||||
formData.append('PONO',PONO);
|
||||
formData.append('count',counter);
|
||||
formData.append('igr',igr);
|
||||
=======
|
||||
formData.append('file',file);
|
||||
formData.append('PONO',PONO);
|
||||
formData.append('count',counter);
|
||||
>>>>>>> 2f9b1f114929c7e837953faff4845edd95f3f8b8
|
||||
|
||||
$('.content').loader('show');
|
||||
$('.content').loader('show');
|
||||
$.ajax({
|
||||
data:formData,
|
||||
type:"POST",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user