Skip to content Skip to sidebar Skip to footer

Change Server Html App Into Self-contained Desktop App

I wrote a simple web server that takes the public link to a google document containing image urls and names and outputs a print-friendly HTML photo directory with its contents. I

Solution 1:

You can get around the cross domain XHR using flash. CrossXhr can do it from apps served by regular http servers. I've never tried it with a static, file-served webapp. Follow the instructions here:

http://code.google.com/p/crossxhr/wiki/CrossXhr

Post a Comment for "Change Server Html App Into Self-contained Desktop App"