The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
4answers
169 views

Getting cross-domain errors when using angularjs within flex (web control), and attempting to load templates/json (local files)

Let me give you a bit of history on what I'm trying to do. I'm using a Flex application, as a container for a web app. So within this Flex app, it has a web controller, which loads a full fledged ...
0
votes
0answers
11 views

Playing local files in Flowplayer

I started using Flowplayer on my website. I started very basic and it worked great both locally testing in Dreamweaver, and on the hosting server. Then I wanted to start using playlists and the like. ...
0
votes
0answers
22 views

Is there a way to secure files downloaded within an app from a file browser?

Is there a way to secure files downloaded within an app to prevent them from being accessed by the user via a file browser such as iExplorer, when the device is plugged into a computer? Can I ...
0
votes
0answers
14 views

Is it possible to prevent accessing an apps local files in a file browser?

I am working on a test app that downloads files locally to the app file storage sandbox and I wanted to know if there is a way that I can prevent my app subscribers from accessing some of the files ...
0
votes
1answer
15 views

How do I allow security access to localy stored .flv file in flash?

I've been struggling with what I guess is a simple scenario: I have flash program with papervision 3D scene rendering a Plane with flv video as material (VideoMaterial) via NetStream. But how do I ...
1
vote
0answers
98 views

PHP Use Google Docs View with local files

I want to display doc. files in a website. Is there any way I can use local doc. files in the code below instead of an online link? <iframe ...
1
vote
1answer
43 views

PDF files not opening when coresponding link is visited

I have the following code, which displays the list of all PDF files, and when clicked, the corresponding file opens. This code worked correctly till the last week, but not now. I am unable to find the ...
1
vote
0answers
167 views

Is it possible for backbone.js to use a json file as a read-only data store?

I'm working on a project where we'll (hopefully) be using backbone.js to power our web app. The caveat is that it will be run either on a web server (i.e. using http:// type URLs) or from the local ...
1
vote
1answer
61 views

Android: Keep an up to date record of local files relevant to the app

I've been reading about Content Providers and the Media Store but I'm still not sure what's the best way to solve this common problem. To simplify, let's say I want to create an app to read ebooks. ...
1
vote
1answer
56 views

Merge local files than pushing to git

So, I have a cloned repo on my machine.(folder A). And I have another folder in which my files are updated, but it is not a git repo.(folder B). I would like to merge all files and folders from folder ...
1
vote
0answers
94 views

MoSync Update LocalFiles without prompting

I have a mobile App developed in MoSync. It uses jQuery Mobile, and its all very beautiful. My Business Manager asks (A typical business manager question probably): How can we update the app without ...
0
votes
3answers
330 views

jQuery $.ajax run as a local HTML file avoiding SOP (same origin policy)

I created an HTML file foo.html with the following contents: <script src="http://code.jquery.com/jquery-1.8.3.js"></script> <script> $.ajax({url:"http://foo.com/mdata", ...
1
vote
1answer
238 views

Creating a dropdown menu with JSON input stored in a txt file

I am trying to create a drop-down list with JSON data stored in a txt file. My main issue is reading the data (I saved the data which I retrieved from an API into a txt file because it is a large ...
-1
votes
2answers
78 views

How can I store json data from a local file into an array so that I can use the same in an html code? [closed]

I have a json file, temp.json, and I want the json data to be stored into an array so that I can print the same into an html div. I am new to json and not familiar with the syntax. can anyone ...
0
votes
0answers
39 views

How to visit path with none standard character of local files in javascript?

I want visit local-path in ie8 or ie9 with java-script I find I can visit: src='file:///F:\你好么\02\002.JPG'; src='file:///F:\www.hiren.info.jpg'; But other path I could not visit: ...
-2
votes
3answers
172 views

use local files on web page

I'm trying to use local images on a web page in FireFox. The problem is whatever I do, I see a security message and images won't load: Security Error: Content at http://domain.com/ may not load or ...
1
vote
2answers
96 views

Is there a way, without using eval(), to read a local PHP file pre-parsed into resulting HTML?

This seems like it should be an obvious, quick solution, but that's not turning out to be the case. I have a local file that does some database work and outputs HTML, let's call this file1. I have ...
0
votes
1answer
104 views

NSURLCache don't support file://?

I would like to load [NSURL fileURLWithPath:@"2.html"] in UIWebView use NSURLCache, the cachedResponseForRequest: function is executed and return a NSCachedURLResponse object which is performed ...
3
votes
3answers
978 views

How to enable loading local file using ajax in IE9

I know there is the origin problem, but setting up a web server is not an option here. Firefox v14 has no problem loading a local file. Chrome has no problem after adding ...
0
votes
1answer
333 views

Eclipse FTP sync with local files - whats the easiest way?

i got trouble setting up eclipse to work with files on my FTP server. For example the RSE Plugin doesnt work good with Java 7 (there is a bugreport about it) so i had to switch back to Java6 and ...
0
votes
0answers
25 views

how open local file with different formats

I have to create a console that contains some information and inside of which is visible content of a file can be locale.il files of different formats: pdf, avi, mov, ppt, etc. ods. I'm looking for ...
0
votes
3answers
2k views

JQuery.getJSON() reading a local file

How do you read a file in the current directory using JQuery.getJSON()? I'm trying something simple (with my data.json file in the same directory as my html file): $.getJSON("./data.json") and I ...
1
vote
2answers
97 views

open locale file inside browser

I would like to create a html page to open different file types (avi, xls, ppt, ods, pdf, etc.) that reside on the local PC. I found several posts about it and did some tests, using the <object> ...
0
votes
1answer
50 views

iOS - Expand local XML file

I'm loading a XML file from an PHP API on my server. This XML is written down to the Documents folder. I now want to get new XML Data from the API and don't want to download the whole file again, ...
1
vote
1answer
326 views

javascript access dom of <iframe> of local files(*.html) in chrome

it is a problem of "same origin policy" on local file, i have tried that C:\somewhere some folder\chrome.exe" --allow-file-access-from-files don't work, now i am working javascript on localhost(web ...
4
votes
1answer
760 views

Run Greasemonkey on html files located on the local filesystem?

I have an API documentation lying around on my Harddrive and to ease my workflow, I have written a simple script that modifies the page for my needs. I've developed it using FireBug on FireFox. ...
0
votes
1answer
110 views

How to make a web based file uploader which monitors a local folder

I have a java swing based UI which I use to monitor a filesystem folder. Anytime a new file is added to the folder, i upload it onto my web server. I'd like to drop the java interface and go for a ...
0
votes
1answer
86 views

How to create a GitHub repository from multiple local non-git versions

Let's say I've been using a small free/open-source code library for a few years, and the project's maintainer/developer does not use any version control system. Instead, new releases are added to a ...
8
votes
2answers
4k views

Can I get the history.back() function to work in Chrome when using the file:// protocol?

I'm building an application in an environment where I'm restricted to using the local file system and a browser (i.e. running a server isn't an option). I have a generic 'go back' link on numerous ...
0
votes
1answer
280 views

Sending parameters to local HTML file

I'm fetching an URL address from XML file. That URL links to an HTML file, the html builds itself (using javascript) according to a parameter that I'm sending to him. One example line from the XML is: ...
0
votes
2answers
1k views

ShDocVw.dll InternetExplorer Object - “Access is Denied” when manipulating local .html file

Dim IE As New ShDocVW.InternetExplorer IE.Visible = True IE.Navigate("C:\Users\m0180kb\desktop\test.html") Do Until IE.Busy = False Loop IE.Document.All("testField").Value = "Testing" 'This line ...
0
votes
0answers
933 views

Reading local files using javascript

I want to display thumbnails as soon as the user selects some images. I am currently using plupload and how do I display them using the code which is mentioned here This is what I got the code from ...
1
vote
1answer
2k views

AJAX GET not working with local JSON file?

I had a JSONP URL, that was pulling data and just switched to a local JSON file and now I am getting errors. I don't understand why it is not working with a local JSON file? <script ...
3
votes
1answer
214 views

Why does “git clone” pack the object database when being passed a local file:/// url?

The following describe the bash commands to be executed in order to reproduce the observed behavior. Although those have been run through msysgit, I suspect that the outcome should be similar on a ...
0
votes
1answer
101 views

How to save and retrieve NSString value in local directory iPhone?

In my iPhone application, there is one options to pick a student name from the UIPickerView. Once the user select one studentname(Maximum 50 name in UIPickerView) from the picker [Eg: Steve]. If the ...
0
votes
2answers
2k views

jQuery.getJSON is failing on local file

I have the following JavaScript/jQuery code: setInterval(function() { $.getJSON('../0.json', function(json) { alert("piep"); $.each(json, function(k, v) { $('.' + k).text(v.value); ...
0
votes
0answers
187 views

How to read more than one object from a file in android

I have a problem. I'm working on some app and i want to enable user to remember his favorite stores. I'm wanted to do this whit a file that he create on his phone and where he add object of the store. ...
9
votes
4answers
21k views

Loading local json file

I'm trying to load a local json file but it won't work. Here is my javascript code (using jquery) var json = $.getJSON("test.json"); var data = eval("(" +json.responseText + ")"); ...
1
vote
1answer
160 views

use nutch to index my local HTML files

I have a lot of HTML files on my hard disk and want to index them with Nutch, but as I know nutch only get URLs and index them and pages that linked in that URLs. Does any body know how can I use ...
0
votes
1answer
4k views

Accessing Local Files with jQuery

I believe that this question has been asked in a few different forms, but I've read quite a few different responses. At first, I had a web-application written with mostly jQuery that would make use ...
4
votes
1answer
424 views

Open local files from Silverlight on Mac

We have a Silverlight Client that has among others two requirements: - Open files on the local network (by using UNC on windows and SMB on mac) - Drag and drop files from Explorer/Finder onto the SL ...
2
votes
2answers
282 views

how do we set the content type header for a local file?

how do we set the content type header for a page not served from a server? (i.e. a simple local file saved to desktop) Say i have a .xml file that i would like to open as application/xml in ...
6
votes
3answers
3k views

Setting Cookies using JavaScript in a local html file

I have the following directory tree: + folder1 |--- folder2 |------ page1.html |--- page2.html If I set some cookie in page1.html using JavaScript, what is the path used for that cookie? Edit: Let ...
0
votes
1answer
264 views

Flex build use local files

I have a very stupid problem. I'm using Flash Builder (Flex) 4. My application displays a video using VideoDisplay component and some images. The video filename is always named video.mp4 and the ...
0
votes
2answers
3k views

Django: how to open local html files directly in the browser with links like href=“file:///C:/path/file.html”

I'm making a django app to index my collection of local files (html, text, pdf, ... ) that I keep in diferent partitions and directories so I can search easily based on the name, date, title, etc of ...
1
vote
1answer
403 views

Launch local executable from greasemonkey

Below is the code I am trying (plus a few variations), there is a dialog asking for my permission, but still errors out with Error: Permission denied for to get property XPCComponents.classes ...
1
vote
1answer
2k views

AIR: Load local xml files outside the application folder

I'm building an AIR application which will be used to edit slideshows for another app (also built by me, but not in AIR). The slideshows and other data are defined in several xml files which are in ...
11
votes
2answers
8k views

Allow Google Chrome to use XMLHttpRequest to load a URL from a local file

When trying to do a HTTP request using XMLHttpRequest from a local file, it basically fails due to Access-Control-Allow-Origin violation. However, I'm using the local web page myself, so I was ...
1
vote
4answers
10k views

Loading local xml file in Windows Phone 7 (WP7)

I am trying to load up an XML file that lives in my Windows Phone 7 solution. I'd like to know the proper way to include the file in the project and then reference it with code. My current code is ...
4
votes
2answers
1k views

Good Local Bug Tracking Software?

I know there are many bug tracking/project management programs out there. For my main project, I use Pivotal Tracker, and it is serving my needs just fine. But I have a side project that I want to ...

1 2