I want to upload a static file on my drive like C:\someplace\somefile.doc THe file and location is always the same.
I need to do an ajax POST to a url to send this file using only javascript...
Could someone provide some idea or example how this could be done using dojo or jquery...is this possible?
I seen examples where it uses a form...but that is not I want.
thanks