meral Posted August 22, 2009 Share Posted August 22, 2009 <input type="file" name="docfile"> when i upload a the .doc or .docx and make submit, I Want doc file's human readable contains in on variable... how can i achive... Link to comment https://forums.phpfreaks.com/topic/171406-read-the-docx-file-through-php/ Share on other sites More sharing options...
csplrj Posted August 22, 2009 Share Posted August 22, 2009 I think docx format is XML based/Archive based so just check the same by opening the same file in a notepad++ or 7zip . If that is true then u can use php on the same for parsing docx file CSJakharia Link to comment https://forums.phpfreaks.com/topic/171406-read-the-docx-file-through-php/#findComment-904086 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.