I want to leave space among file input which has png browse image.
<input type="text" id="file12" name="file12" size=18 maxlength=500>
<div class="upload_wrapper" style="float: left;" id="up0">
<img src="image/browse.png" style="height:30%,width:40%;"/>
<input style="width: 100px;height:10px;" id="uploadbtn4" name="pic[]" type="file" class="upload" name="bfile12" onchange="CopyMe(this, \'file12\');"/>
</div><br>
css code
<style type="text/css">
input[type='file'] {
color: transparent;
float: right;
margin-right:23%;
}
</style>
This is working finely for button without image.image upload button is look like as screen shot.