1
Answer

Jquery

Binod Kumar

Binod Kumar

9y
476
1
<head> 
  <script src="Scripts/jquery-latest.min.js"></script>
<script>
  $(document).ready(function () {
 
  var img = new Image();
  img.src = "Upload";
  $(img).load('Sample.svg') 
 

  //var image = $('#svgfile').load('Sample.svg').context.images;
  });
  </script>
</head>
and xml files containd a svg just like.
<svg><image></image></svg>

and i want save the images in application folder but i cant find my answer ,,,,so if you got so help.
Answers (1)