Adding header value to document request
Opened this issue · 0 comments
john-parker57 commented
Hello, when reading a remote file is it possible to add a header value to the request made?
var file_path = "path/to/file.pptx";
$("#resolte-contaniner").officeToHtml({
url: file_path
});