Office JS Save text as xml file Fails - download

I want to ask if Office JS is allowed to save local files?
In old question/answers I found various solutions like
FileSaver.js
Download2.js
I tried both but it did not help.
Both are using the technique of embedding a download link in the HTML document dispatching the event programmatically using JS. But click event fails with error = Access is denied
I want to ask if
Office JS API is allowed to create files to local path?
if NO was it allowed in older versions?
If YES do I need to make some configuration changes on Windows 10 desktop PC?
If allowed Please help how to achieve that
I want to create an XML file using JavaScript and save it to local path
thanks

Related

How do I delete joomla template?

I installed a new template for my joomla site but after that I have no access template manager. It only becomes a completely white page in Firefox and Opera says that "currently unable to handle the request." Is there any way to delete a template outside of the webadmin interface?
You can delete through your ftp client like filezilla. Open filezilla, login to your server and the delete the template. May be the template comes with some plugins or else how can just by installing it started showing error unless you use that template. Possibility is: i) You might have installed a template for older version. ii) You might have installed a plugin with the template that was autopublished. iii) You messed up some setting files.
I suggest you to open file manager, go to templates and then delete that particular template. Also when asking please ask providing all details like name of template, link of template etc.

Implementing a comment function

i want to implement the possibility that people can comment on a picture, that is
displayed to them in the app. And that all other users can see the comments.
I was thinking about using a xml file in which the comments are put. And everytime
the app starts, this xml file is opened and the comments are displayed.
Would something like this work? Or is there a better possibility?
The other thing is, where to save this xml file? Could it be uploaded to skydrive / dropbox
from the app automatically?
You can save your xml in SkyDrive. Have a look at the Live SDK:
http://msdn.microsoft.com/en-us/live/ff621310
(Keep in mind if you share the file with a read & write hyperlink everyone who is able to view this link can read & edit your xml file.
Maybe you can create a Live-ID only for your App to get access to SkyDrive folders & files.)

How to register an app as a default viewer for a file type in WP 7.5?

I'm getting quite a few emails with logs in XML format attached and I want to associate my own app with the XML file type on Windows Phone Mango, overwriting the default xml viewer.
If overwriting isn't possible I can get the logs generated with a custom extension. I would then need to associate the extension with my app same way Adobe Reader does it for PDFs.
Is this possible?
Thanks
Currently there is no way to set your app as the default viewer for any file extension. The closest you can get at the moment is using extensibility. However, these are limited to Photos, Music and Search and not custom extensions. (Even then, your app wouldn't be the default viewer, but it would be accessible from the respective hubs).

Why is Configuration message appearing on jpeg images exported from DICOM file?

I am trying to make a web based dicom image viewer. I am using c# and asp.net. I am using Clear Canvas libraries found on www.clearcanvas.ca. The problem here is that when I try to export the jpeg images from dicom files the following message appears on them:
"The current configuration system does not support user-scoped setting"
On other forums I have found that this error can be removed by the application scope settings. I have tried that and still the message appears on the images. I have even shifted the user settings in app.config file to applicationsettings sections. Since web based solutions do not support user settings because the website has to run on the server. If some one has done this and removed this message from the images, then please share it here. I would really appreciate some help on removing this error. Thanks.
The ClearCanvas ImageViewer components were written to using several User settings. IIS based applications do not support user settings. An exception is occurring within the assembly due to the lack of support for user settings and placing it on the image.
There's a couple of solutions. You could go and modify the code by changing all of the settings to be application settings instead of user settings. You could also create a new .NET settings provider that supports user settings that could be used within IIS.

Please help me with my joomla template

I'm currently using this template in my joomla site and I dont know why i can't see the background image. i tried with internet explorer , firefox and chrome and I tried to edit the template style sheet but I still cant see the background image, what can I do?
Without providing any other info or a direct link i can't help you.
Anyway try to change permission on template folder to 775.
If you can't access directly via ftp, install a component like ninjaxplorer (it's free)
and go on templates/yt_expo and change permission on folder/subfolder and files.

Resources