Posts tagged ajax upload

Creating Ajax based file uploaders

  • 23
  • Sep

Date: 23rd Sep 2010 Author: admin Categories: AJAX, HTML/CSS, JavaScript, jQuery, PHP 15

Tags: , ,

Ajax file upload methods

I got one interesting theme. How to upload files without refreshing whole page during submitting. Hope this will interesting to you. Lets check 2 methods – using ordinary iframes and external library. Also I will using jQuery in work too (I like it).
Read more