Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying PHP Ajax Cookbook
  • Table Of Contents Toc
PHP Ajax Cookbook

PHP Ajax Cookbook

4 (5)
close
close
PHP Ajax Cookbook

PHP Ajax Cookbook

4 (5)

Overview of this book

Table of Contents (16 chapters)
close
close
PHP Ajax Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
1
Index

Uploading multiple files using Ajax


In the previous task, we have learned how to upload a single file via a fake Ajax method using iframe. This example has one big disadvantage; we cannot select more than one file. This is possible only by using HTML5 (which is not fully supported by all browsers), Flash, or Java. In this recipe, we will build a form that will allow us to select multiple files and upload them on the server with one single click.

Getting ready

For this task, we will need to download jQuery library, SWFUpload library (http://swfupload.org/), and Adam Royle's SWFUpload jQuery plugin (http://blogs.bigfish.tv/adam/).

How to do it...

  1. Let's start with HTML:

    <div id="swfupload-control">
      <p>Upload files.</p>
      <input type="button" id="button" value="Upload" />
      <p id="queuestatus"></p>
      <ol id="log"></ol>
    </div>
  2. Next, we define CSS:

    <style>
    #swfupload-control p { margin:10px 5px; }
    #log li { list-style:none; margin:2px; padding...
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
PHP Ajax Cookbook
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon