I have tried updating with latest version of jQuery.twFile.js<https://github.com/TiddlyWiki/tiddlywiki/blob/master/jquery/plugins/jQuery.twFile.js> , jquery.js<https://github.com/TiddlyWiki/tiddlywiki/blob/master/jquery/jquery.js> and TiddlySaver.jar<https://github.com/TiddlyWiki/tiddlywiki/blob/master/java/TiddlySaver.jar>. It works fine with IE, but it fails to read the file content with Chrome. Could anyone make it work?
Thanks El viernes, 29 de junio de 2012 17:45:22 UTC+1, DarrenNavitas escribió: > > Hi All, > > Just wondering on the current state of play for the jquery.twFile plugin. > > I have a simple web page the needs to read and update an XML file stored > on the local network. The web page is hosted on an intranet server that > can physically see the XML file. > > Using jquery and the jquery.twFile plug in, I have written a very simple > html page that attempts to read the XML file and allow the user to update > the contents. > > Initially I tried just using standard jquery ajax calls to grab the XML > file - and this all worked fine when the html file was running locally. As > soon as it was hosted on the intranet server I go the usual cross domain > issues etc. The twFile plugin seemed the perfect answer - and having > implemented it, it's working perfectly in IE. > > However both Chrome and Firefox can't even load the XML file. In trying > various things, I've tried to get the page to even load a txt file in the > same directory as the html page - but still no luck. > > I have the jar file in the same directory for Chrome - and on the first > run it installed the required Java components - but it's just not working. > > I was hoping twfile would be the answer - as I don't want to go to all the > hassle of creating a web service that will perform the read / write > functions - I just wanted to do it client side seeing as it all on the same > local network!! > > Cheers for any help! > -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywikidev. For more options, visit https://groups.google.com/groups/opt_out.
