diff --git a/application/views/companyview.php b/application/views/companyview.php
index f9c54863..488c8bce 100755
--- a/application/views/companyview.php
+++ b/application/views/companyview.php
@@ -96,9 +96,11 @@ function readURL(input,num) {
.attr('src', e.target.result)
.width(166)
.height(166);
+ //alert(e.target.result);
};
reader.readAsDataURL(input.files[0]);
+ $('#ModifyImage').val(input.files[0]['name']);
}
}
else
@@ -254,7 +256,8 @@ var reg = /(?=.*[0-9]).{2}(?=.*[A-Z]).{5}(?=.*[0-9]).{4}(?=.*[A-Z]).{1}(?=.*[0-9
.'uploads/images/'.$ProfilePic ; ?>)
-
+
+