hi all,
How can i add files to the uploader through javascript without using the browse window? I have some files in my client machine I want it to upload it using ajax uploader with out having any user interferance. When user click upload button the code should automatically select those files and add to the ajax-uploader and upload it.
Thanks