J
jagathprakash
Hi all,
I am a novice in javascripting. I am writing a firefox plugin, in which
I have to upload a file as a post request to some website. I also need
to pass a password to the site.
I am using the XMLHttpRequest object to do it, but I could not figure
out how I send the file.
ie. do i do
XMLHttpRequestobject. send('&file=<file_loc>') which I feel is
obviously wrong.
-PJ.
I am a novice in javascripting. I am writing a firefox plugin, in which
I have to upload a file as a post request to some website. I also need
to pass a password to the site.
I am using the XMLHttpRequest object to do it, but I could not figure
out how I send the file.
ie. do i do
XMLHttpRequestobject. send('&file=<file_loc>') which I feel is
obviously wrong.
-PJ.