Hi monks,
I am trying to upload ms-word documents from windows machine to my unix box, using perl. What I do is , read the doc into a buffer and then print it onto to a file in the unix box.
Even though this works fine with html and text files, I am seeing extra junk data uploaded, when I try uploading MS-WORD documents. The uploaded file contains lot of junk data in it.
How do I make sure that only the content of the word document is read and printed onto the file in the unix server?
Please shed some light on this..Thanks in advance.