Congratulations - C# Corner Q4, 2022 MVPs Announced
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Binod Kumar
1.4k
637
5.3k
Jquery
Feb 27 2015 6:46 AM
<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.
Reply
Answers (
1
)
jqgrid footer issue
Google map's Info-Window resize after ajax call