0

I went to the example page: http://www.ajaxfilebrowser.com/#http://www.ajaxfilebrowser.com/User9237b4f/

I have created a file using Microsoft Word 2010 (14.0.7145.5001) SP2 MSO (14.0.7145.5000). The name of the file is "This is the End my Friend.doc", but I don't know how to attach the to this inquiry.

I am using Chrome version 41.0.2272.101 m

I then clicked ‘browse’ on the example and chose to add that file.

I then double clicked the file and received “Current file cannot be opened for editing”

Is there any way I can figure out what is causing this issue? Do you have any suggestions for how to debug this issue?

Extremely grateful for any assistance you can provide.

Deduplicator
  • 44,692
  • 7
  • 66
  • 118

2 Answers2

0

Here are a couple of suggestions:

  1. Make sure the Microsoft Office plugin is enabled in your web browser. You can find the details about how to enable it here: ITHit WebDAV - Office not available message showing when Office is installed.

  2. Verify that you have all Microsoft Office and Windows updates installed.

Community
  • 1
  • 1
IT Hit WebDAV
  • 5,652
  • 12
  • 61
  • 98
0

I never was able to get the example to work, but when I changed the following line in ITHitWebDavClient.js from

if (!sho.EditDocument(_526)) {

to

if (!sho.EditDocument(_526 + '\0')) {

I was able to get our own code to work in Chrome.