ZakiMaksyutov
Programmer
Hi!
I need to send file MS Word via http to the server.
But problem is in getting this file:
1) I may save Document (and use this file), but may be user wants only sending without saving.
2) I may SaveAs but then name of document will be changed and to change it back I should SaveAs to the original name - as a result document is saved again.
I want to somehow save document in tmp file without changing name and saving it in original file and use this tmp file for sending, but I don't know how I can save in tmp file.
May be I may use following:
Documents.Add ActiveDocument.FullPath
But if ActiveDocument wasn't been saved before error will be occured.
Thanks for any help,
With best regards,
Zaki Maksyutov
I need to send file MS Word via http to the server.
But problem is in getting this file:
1) I may save Document (and use this file), but may be user wants only sending without saving.
2) I may SaveAs but then name of document will be changed and to change it back I should SaveAs to the original name - as a result document is saved again.
I want to somehow save document in tmp file without changing name and saving it in original file and use this tmp file for sending, but I don't know how I can save in tmp file.
May be I may use following:
Documents.Add ActiveDocument.FullPath
But if ActiveDocument wasn't been saved before error will be occured.
Thanks for any help,
With best regards,
Zaki Maksyutov