AjaxFileUpload


This AjaxFileUpload does not bind to anything, so its file is just immediately deleted. It allows all of the same binding options as WOFileUpload. This demo has a maximum file upload size of 2M (change this in Properties if you want to try a local file upload).


I changed the progress bar's HTML around a little bit to make it easier to style. Instead of a table it now uses a layout like this:

			<div class = "value of binding progressBarContainerClass" >
				<div class = "bar" style = "calculated width percentage"></div>
			</div>
		

There is also a new binding for "linkClass" that allows you to stylize the upload button


Your upload succeeded. Your upload was canceled. Your upload failed:

Here's a progress bar attached to a thread that is just incrementing the progress value.