Tips and Tutorials

AJAX File Upload Tutorial

In this tutorial I will show you how to create simple AJAX file upload system using PHP and JavaScript.

Create An Upload Progress Bar With PHP and jQuery

When it comes to uploading files, users expect visual feedback, usually in the form of a progress bar. The problem is that PHP doesn't offer a way to track file uploads in progress by default. Fortunately, there is an extension that enables this functionality and this tutorial will show how it can be combined with jQuery UI to create a progress bar.
( 1 | 2 | 3) Next