To upload the file using JavaScript generally iFrame approach is used in which Hidden iframe is maintained and then the file is uploaded using the iframe.
However it is said not to be reliable method for the file upload and Flash is used for this purpose. So i am not clear how this is done? I mean by Flash and JavaScript together ?
Also i would like to know if in case there are any other approaches for file upload? like on client side read the file convert into binary data and then send it across or something like that.
Thanks all,