http://aspnetdb.blogspot.com
http://aspadnet.blogspot.com
http://visualstudioms.blogspot.com
http://aspnetfans.blogspot.com
http://aspnetqa.blogspot.com
http://aspnetprotips.blogspot.com
http://msaspnetcod.blogspot.com
http://tesms.blogspot.com
http://netdbtest.blogspot.com
http://msasphosting.blogspot.com
Multi Image File Upload
September 8, 2008 Ajax, Php — Tags: ajax file upload, file upload, php file upload — 52coding
Ajax driven image file upload with thumbnail view and delete function.
AJAX, originally defined by an article written by Jesse James Garrett in February 2005, meant “Asynchronous JavaScript+XML.” Although that acronym is amusing, it doesn’t tell the full story. AJAX is a secondary path of communication from the JavaScript environment on the user’s Web browser to your server.
Ajax is the core of JavaScript objects XmlHttpRequest. The object in Internet Explorer 5 for the first time the introduction, it is a technical support asynchronous request. In short, XmlHttpRequest so that you can use JavaScript to the server asked for and response to treatment, rather than blocking users.聽
聽

