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…
We have used ITHit ajax library to open documents from browser using EditDocument javascript method. (ITHit.WebDAV.Client.DocManager.EditDocument)
All works fine in desktop browsers.(Safari/Chrome/IE/Firefox)
But when we try from IPhone/IPad…
Using two versions of AjaxFileBrowser by ITHit (the latest, 2_6_2_2135, and another purchased last year), I'm trying to connect to SabreDAV (two different versions: 1.8.12 and 2.1.2) but can't upload any files. Viewing files and directories works…
Basically: in the initials settings can configure the panel visibility
var settings = {
BasePath: '/', // path to ajax file browser files
Id: 'AjaxFileBrowserContainer', // ID of the parent control
Url:…
We are using IT Hit WebDAV Ajax Library for our project to read and edit documents.
We have an issue on opening non-office files like pdf, txt.
When we try to open the file, the java applet (ajaxfilebrowser) is used to open the file. It shows a…
I am experiencing an issue with opening a Microsoft Office Document, using IT Hit WebDAV AJAX library, in latest Chrome 39.0. running on Windows OS. It is a sporadic issue that occurs only in Chrome, and it happens when one opens a document multiple…
When I edit a document using the WebDAV server from IT Hit, I can add content to a Word Document. However if I select it all and delete it all or reduce it down to one word, it then opens as corrupted. In the 2013 version of Word I am able to repair…
We are using AjaxWebBrowser provided by ITHIT. http://www.webdavsystem.com/ajaxfilebrowser
I need to add custom buttons on toolbar for mobile view of ITHIT Ajax file browser control. I could do it for normal view using toolbar setting. I am not sure…
When using drag and drop upload with Ajax Browser v 2.5.1.1703, Chrome 34 displays the popup "Copy", which is correct. With both IE 11 and Firefox 29 the popup is "Move" which is not correct. Is the incorrect popup being displayed by the Ajax…
I am using the code below to display the ajax file browser control in a .Net Web app project that I run locally using the development web server on an auto assigned port.
The webdav server runs locally on IIS 7 (port 80), it is a .net app using the…
The ITHit Ajax Browser function right-click “Update file…” our users consider very dangerous. For example it is possible to update a .doc file with a .xls file resulting in a "corrupt" word file which in fact contains Excel workbook so we have been…
I've downloaded the .Net Server and ajax library
We need to be able to edit documents directly from the WebDav Server.
I've succeeded doing so with the javascript code using MicrosoftOfficeEditDocument and JavaEditDocument
I'd like to be able to…
I'm evaluating the IT Hit WebDAV AJAX Library. When my script calling MicrosoftOfficeEditDocument(url), it works in IE but not in Google Chrome (it just didn't do anything when called in Chrome). What am I missing?
Here is how I called…