<img src="http://www.designofsignage.com/application/symbol/building/image/600x600/no-photo.jpg" width='200px' height='200px' id="preview" title="No Image"><br><br> <input type="file" name="postimage" id="postimage" onchange="readURL(this,200,200)" > <script type='text/javascript' src='http://code.jquery.com/jquery-1.11.1.min.js'></script> <script type='text/javascript'> function readURL(input,w,h) { if (input.files && input.files[0]) { var reader = new FileReader(); reader.onload = function (e) { $('#preview').attr('src', e.target.result); $("#preview").attr("width",w); $("#preview").attr("height",h); } reader.readAsDataURL(input.files[0]); } } </script>
Html, JAVA,DOTNET,Javascript, PHP, and JQuery Scripts and its issues with solutions
Monday, 12 May 2014
Image uploading Instant preview
Saturday, 19 April 2014
Sunday, 13 April 2014
Valu 2014 Tamil Movie Mp3 Songs Free download
Starring: Silambarasan,Hansika Motwani, Santhanam, and others Direction: Vijay Chandar
Music: Thaman.S
Lyricist: Madhan Karky, Silambarasan
Download Tamil Mp3 Songs: Vaalu (2014)
- Engathaan Porantha (12.0 MB)
Singer(s): STR - Hey Vasamoakka – (8.9 MB)
Singer(s): Anirudh Ravichandar, Andrea Jeremiah - Inky Pinky Inky Ponky (10.7 MB)
Singer(s): STR - Love Endravan Nee Yaruda (11.0 MB)
Singer(s): STR - Vaathiyaaru (12.2 MB)
Singer(s): T Rajendar
Subscribe to:
Posts (Atom)
Feet/Inches to Meters Converter & Lbs to Kgs Converter
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Feet/Inches ⇄...
-
<?php $to = "somebody@example.com, somebodyelse@example.com"; $subject = "HTML email"; $message = " <h...
-
document.onkeydown = myKeyDownHandler; function myKeyDownHandler(event){ alert(event.keyCode) }
-
To Resolve above the issue use below this code $(function() { $('#calendar').fullCalendar('render'); });