Share this post! | Vote this! |
|
In this tutorial I will show you how to create simple AJAX file upload system using PHP and JavaScript.
Step 1 - AJAX file upload
AJAX file upload tutorial
First of all I have to say that to create a pure AJAX file upload system is not possible because of security limitations of JavaScript. All of the Ajax upload systems I know use some third party tool/package or only mimics the AJAX feeling. Even so it makes file upload process a bit nicer. In the next section I will present you a solution which imitates the AJAX process, but uses a normal upload process and iFrames. more...
0 comments:
Post a Comment