There are many implementations of AJAX. Which are you using?
Most likely it will be difficult to implement a local client file upload using simple AJAX. This is due to the limited access to the local file system provided by client side script.
-
Peter