uiUpload "demo 3"

Complete working example of a script which handles both uploads and the form. Backend is completely unobtrusive, try disabling the javascript.

Notes:

In case Javascript (and/or) Flash is disabled, this form works like a normal HTML form:

In case Javascript (and/or) Flash are NOT disabled, this form works like this:
  1. First, the form is validated using AJAX.
  2. Second,the uploads are processed.
  3. Third, the form is submitted.
Basicly you could also switch action 2 and 3, meaning first submit the form (using AJAX) and then process the uploads, but that is upto you. It is merely a matter of how you save the data in the session and code your backend.

Some text entry fields









Some file upload fields

Upload queue:

Please choose ZERO (or more :p) files with the Browse button.


Submit buttons