This is a simple example showing a file upload field that gets transmitted asynchronously using the iframe transport. Just choose one or more files, and they will be uploaded to the server (but not stored). After one upload has completed, you can upload more files.
Please note that this example needs to run via
grunt connect
, as uploads require a server-side
component to work properly.