Tag: ajax. javascript

Ajax based file upload component

Posted on 11/18/10 No Comments

The purpose of AJAX file uploading is to upload files without refreshing the screen.   Actually functions like a regular file upload but it mimics the AJAX feeling by using the iframe html object. In this article, we use a PHP script in the server to recieve the files.  Here are the basic steps to [...]

Read more