Top "Local-files" questions

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 …

javascript greasemonkey userscripts local-files
Optional appsettings.local.json in (new format) visual studio project

My app uses appsettings.json for some settings. If appsettings.local.json is present, that should override appsettings.json for …

c# git visual-studio-2017 appsettings local-files
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 …

javascript ajax xmlhttprequest internet-explorer-9 local-files
Read file names in a local folder in an HTML page

I am creating a HTML page where I need to display the names of the files present in the specific …

javascript html directory activexobject local-files
How can I display locally stored images on an internet website?

i would like to display images on my website that are stored on a visitors local filesystem. Assuming I have …

html image local-files
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"&…

jquery ajax local-files