Transloadit

  • Demos
  • Docs & Help
  • Press
  • Pricing & Signup
hello@transloadit.comCall usBlogLogin

How to add multi-file upload

Transloadit supports various ways for your users to upload multiple files at once.

HTML5

The easiest way to allow your users to select multiple files is to enable your input field like this:

<input name="my_file" multiple="multiple" />

This will allow users of a HTML5-capable browser to select multiple files in their file selection dialog.

Supported Browsers:

  • Firefox >= 3.6
  • Google Chrome >= 2
  • Safari >= 4

For Opera, you can use their web forms 2.0 support which has been available since 2006:

<input type="file" min="1" max="9999" />

JavaScript

As a fallback for non-HTML5 browsers, you can add a new file input field whenever the user has selected a file. You can follow any tutorial you may find for this, there are no Transloadit specific steps involved.

However, this solution won't allow your users to select multiple files in a single file upload dialog.

Flash

You can use any existing flash uploader in combination with Transloadit.

Comments

Help

  • Start a new support ticket
  • Browse existing support tickets

Integration

  • Transloadit Basics
  • The minimal integration
  • Building assembly instructions
  • Notifications vs Redirect Url
  • Templates
  • Configuring the jQuery plugin
  • How to add multi-file upload
  • Saving and displaying your files
  • Development Kits
  • NodeJS SDK
  • PHP SDK
  • Ruby Gem
  • iPhone SDK
  • Python SDK

API Documentation

  • API Basics
  • Authentication
  • The response
  • Robots
  • /image/resize
  • /video/encode
  • /video/thumbs
  • /audio/encode
  • /http/import
  • /file/filter
  • Storage Robots
  • /s3/store
  • /sftp/store
  • /cloudfiles/store
  • /youtube/store

More

  • How to set up an Amazon S3 bucket
  • Supported formats & codecs
  • FAQ
  • Community projects
  • About
  • Blog
  • Follow us on Facebook
  • Follow us on Twitter
  • Email
  • Imprint
  • Privacy policy
  • Terms of service