Welcome to iPadForums.net Guest - Click Here to Register

How to get Safari to view local html files?

This is a discussion on How to get Safari to view local html files? within the iPad General Discussions forums, part of the Apple iPad Discussions category; HTML Presenter does not need a jailbreak. Ignore me if I'm just telling you what you know. The juxtaposition of my last few posts and ...

Register with iPad Forums
+ Reply to Thread
Page 4 of 5 FirstFirst ... 2 3 4 5 LastLast
Results 31 to 40 of 50
  1. #31
    iPF Legend
    Member #
    28530
    Liked
    579 times
    Join Date
    Jan 2011
    Location
    Dayton, WA
    Posts
    13,189
    HTML Presenter does not need a jailbreak.

    Ignore me if I'm just telling you what you know. The juxtaposition of my last few posts and yours made me wonder, and I'd rather not leave it to chance.

  2. Ads


  3. #32
    iPad Fan
    Member #
    234856
    Join Date
    Aug 2012
    Location
    Australia
    Posts
    144
    Quote Originally Posted by twerppoet View Post
    HTML Presenter does not need a jailbreak.
    As I explained on the other thread What is absinthe-win-2.0.4 supposed to do? and I remember I also mentioned this before on this thread. I want to be able to transfer files to the iPad for the apps in order to avoid Internet connection.

    I have just bought and downloaded the HTML Presenter. The user guide says I need to transfer the files over through the DropBox. However I want to avoid the Internet connection because I have limited data download/upload quota.

    I had supposed the jailbreaking could allow me to transfer the files between Windows Explorer and iFunBox, otherwise I might not be able to. Anyway, the iFunBox doesn't seem to need jailbreaking for file transfer between desktop and tablets.

    I failed to get the HTML Presenter to work after transferring the files anyway. I have written to the developer and see if I could bypass the Internet connection. Failing this I would have no need of jailbreaking.
    Last edited by healer; 08-16-2012 at 11:02 PM.

  4. #33
    iPF Legend
    Member #
    28530
    Liked
    579 times
    Join Date
    Jan 2011
    Location
    Dayton, WA
    Posts
    13,189
    Sorry. Missed that. You can ignore most of my response in your other thread about transferring files to iBooks, which I'm guessing you also need to avoid using the internet. You can still use iTunes by dragging the PDF to iTunes on the computer and setting up book syncing. That's my preferred method for adding lots of books to the iPad anyway.

    I hope the developer can help you with the problem.

    If not, I suggest you import a very small file to HTML Presenter by the recommended DropBox method, and note where the file went and if any other new files were created. That should give you an idea of where to put the larger file using your other software. If additional files are created try copying them to the computer and viewing them in a text editor. Chances are it will be some kind of XML database file that you might be able to edit/create.

    I don't know your situation, but it might be worth while to visit a public hotspot (if available) and do your uploading/downloading from there.

    Good luck.

  5. #34
    iPad Fan
    Member #
    234856
    Join Date
    Aug 2012
    Location
    Australia
    Posts
    144
    It occurred to me the same idea, before I read this post of yours, of having a small file in the DropBox for import and export in order to accurately locate the file on iPad. We are on the same wavelength mate. What you said has reinforced my thinking.

    I used to be able to read the file system of the iPad before from the iTunes on my Windows 7 system, if my memory severs me right. Now I can see nothing but options of backup and restore and sync only. I don't know if the installation of iFunBox has since rendered iTunes unusable in this respect. So where to drag PDF files to in the iTunes and which area to sync? I do not want to haphazardly sync anything. Please tell me.

    I got the reply from the developer of the HTML Presenter and they would not be able to help. So I would have to try the idea we just discussed. Also your suggestion of public hotspot is a good idea too. Here in Sydney, the public libraries advertise to provide hot spots but their speeds are so slow which are tantamount to be unusable. I have tried some McDonald's restaurants here they seem to be better. So I might try them too.

    At the moment I am held up by the problems I reported on How to track backwards on apps?.

  6. #35
    iPad Fan
    Member #
    234856
    Join Date
    Aug 2012
    Location
    Australia
    Posts
    144
    I've got the HTML Presenter going with my website. I had to transfer the whole ZIP files through the DropBox as the app creates some extra files when the download takes place. The HTML Presenter does not handle live sites well though. I found out when I clicked on the PayPal button for payment. It doesn't not matter in this case as I am only using the web site as a catalogue.

  7. #36
    iPF Novice
    Member #
    237425
    Liked
    2 times
    Join Date
    Aug 2012
    Posts
    30
    Quote Originally Posted by healer View Post
    I want to store some HTML files in the iPad and use Safari to view them. Is it possible? I don't seem to be able to see any option with Safari to allow me to access local HTML files.
    Ok, I Have my own setup at my house (ALL OF THIS IS A FREE BUT REAL SETUP)
    It involves One Free Program, DropBox, and One Optional Free App
    I will tell you how to setup DropBox in a little bit.
    App to download: Nebulous Notes Lite (I Have this for Editing Said files ;-D)
    Program: Abyss Web Server
    Download and install Abyss Web Server
    *Run the setup WITH ALL DEFAULT SETTINGS
    Once setup is complete, do the next part, we will get back to adding files later.
    DropBox: Create an account and install the DropBox program onto the computer you installed the Server on.
    In your DropBox folder, create a folder called htdocs
    Back to the Server: on the Server Computer, in your browser choice, go to IP 127.0.0.1:9999
    Login to the page
    Click "Configure" on your selected host
    Click "General"
    Click "HTTP Port", and select "Default HTTP Port (80)"
    Under "Documents Path," click "Browse"
    Select "C:/Users/Account DropBox Was Installed On/DropBox/"
    Click "[Select]" By htdocs
    Click "OK"
    Restart your server
    NOW, here comes the tricky part, you need to find a way to make that computers IP port opened so you can access your website anywhere(Abyss Web Server is a very secure server, so don't worry about hackers getting into your computer, but, this remains true AS LONG AS YOU FOLLOW THE STEP WITH THE ASTRIK(*))
    To open your devices IP, you should search "DMZ" with your routers model number. Follow the steps, and then the IP for your device is the IP for your website.
    If you want a normal URL, or close to normal for free, I recommend NoIP.com
    Once logged in to your possibly new NoIP.com account, click here for a fast way of creating the right item for a URL
    In the "Host name" Box, this is where you add the name you want (EX: Host name.domain.com)
    In the "Domain" box, zapto.org by default, I prefer to use No-IP.org, but you can pick any one you want.
    In the "IP Address" box, enter the IP of the server hosting computer (a.k.a. DMZ'd computer)
    Then click "Create Host"
    NOW, THE FUN PART, CREATING THE SITE
    When writing HTML, One line i NEVER EVER EVER forget to add is:
    HTML Code:
    <base href="http://your websites main directory/" />
    Add that line to the HEAD section of your website. By adding that, instead of having to say:
    HTML Code:
    <a href="http://www.ipadforums.net/ipad-general-discussions/86332-how-get-safari-view-local-html-files.html">link</a>
    <a  href="http://www.ipadforums.net/ipad-general-discussions/87206-how-track-backwards-apps.html">link2</a>
    You could say:
    HTML Code:
    <HEAD>
    <base href="http://www.ipadforums.net/ipad-general-discussions/" />
    </HEAD>
    <a  href="86332-how-get-safari-view-local-html-files.html">link</a>
    <a href="87206-how-track-backwards-apps.html">link2</a>
    Now, about this nebulous notes app i mentioned, you can use it to edit DropBox files.

    That's about all the input i have, if something isn't working, please do say so.
    Who Needs A Dumb Signature?
    NOT ME!



    My Origin Username: nicknick923 (add me!!!!)


  8. #37
    iPF Novice
    Member #
    237425
    Liked
    2 times
    Join Date
    Aug 2012
    Posts
    30
    Quote Originally Posted by healer View Post
    I want to store some html files in the iPad and use Safari to view them. Is it possible? I don't seem to be able to see any option with Safari to allow me to access local html files.
    It involves One Free Program, DropBox, and One Optional Free App
    I will tell you how to setup DropBox in a little bit.
    App to download: Nebulous Notes Lite (I Have this for Editing Said files ;-D)
    Program: Abyss Web Server
    Download and install Abyss Web Server
    *Run the setup WITH ALL DEFAULT SETTINGS
    Once setup is complete, do the next part, we will get back to adding files later.
    DropBox: Create an account and install the DropBox program onto the computer you installed the Server on.
    In your DropBox folder, create a folder called htdocs
    Back to the Server: on the Server Computer, in your browser choice, go to IP 127.0.0.1:9999
    Login to the page
    Click "Configure" on your selected host
    Click "General"
    Click "HTTP Port", and select "Default HTTP Port (80)"
    Under "Documents Path," click "Browse"
    Select "C:/Users/Account DropBox Was Installed On/DropBox/"
    Click "[Select]" By htdocs
    Click "OK"
    Restart your server
    NOW, here comes the tricky part, you need to find a way to make that computers IP port opened so you can access your website anywhere(Abyss Web Server is a very secure server, so don't worry about hackers getting into your computer, but, this remains true AS LONG AS YOU FOLLOW THE STEP WITH THE ASTRIK(*))
    To open your devices IP, you should search "DMZ" with your routers model number. Follow the steps, and then the IP for your device is the IP for your website.
    If you want a normal URL, or close to normal for free, I recommend NoIP.com
    Once logged in to your possibly new NoIP.com account, click here for a fast way of creating the right item for a URL
    In the "Host name" Box, this is where you add the name you want (EX: Host name.domain.com)
    In the "Domain" box, zapto.org by default, I prefer to use No-IP.org, but you can pick any one you want.
    In the "IP Address" box, enter the IP of the server hosting computer (a.k.a. DMZ'd computer)
    Then click "Create Host"
    NOW, THE FUN PART, CREATING THE SITE
    All files you want to serve must be placed in htdocs under your DropBox folder
    When writing HTML, One line i NEVER EVER EVER forget to add is:
    HTML Code:
    <base href="http://your websites main directory/" />
    Add that line to the HEAD section of your website. By adding that, instead of having to say:
    HTML Code:
    <a  href="http://www.ipadforums.net/ipad-general-discussions/86332-how-get-safari-view-local-html-files.html">link</a>
    <a  href="http://www.ipadforums.net/ipad-general-discussions/87206-how-track-backwards-apps.html">link2</a>
    You could say:
    HTML Code:
    <HEAD>
    <base href="http://www.ipadforums.net/ipad-general-discussions/" />
    </HEAD>
    <a  href="86332-how-get-safari-view-local-html-files.html">link</a>
    <a href="87206-how-track-backwards-apps.html">link2</a>
    Now, about this nebulous notes app i mentioned, you can use it to edit DropBox files.

    That's about all the input i have, if something isn't working, please do say so.
    Who Needs A Dumb Signature?
    NOT ME!



    My Origin Username: nicknick923 (add me!!!!)


  9. #38
    iPad Addict
    Member #
    168139
    Liked
    52 times
    Join Date
    Feb 2012
    Location
    Brisbane, Australia
    Posts
    1,146
    Quote Originally Posted by healer
    ITh HTML Presenter does not handle live sites well though. I found out when I clicked on the PayPal button for payment.
    the Paypal button would not work if offline in any case. It needs to connect to the Paypal site to process payments.
    dhewson777
    Brisbane, Australia

    iPad 2 , iPhone 4, MBA 11"
    Yes, I have windows PCs as well! (too many to list)

  10. #39
    iPad Fan
    Member #
    234856
    Join Date
    Aug 2012
    Location
    Australia
    Posts
    144
    Quote Originally Posted by dhewson777 View Post
    the Paypal button would not work if offline in any case. It needs to connect to the Paypal site to process payments.
    No, the iPad was online wirelessly when I tested it. The payment page did come up. However, some of the functions on the page did not work. Perhaps the code used is neither HTML nor JavaScript which are the only codes the app is supposed to support.

    By the same token some of my web pages of my web site or catalogue written in PHP do not work but they are not in the product area so they are okay.

  11. #40
    iPad Fan
    Member #
    234856
    Join Date
    Aug 2012
    Location
    Australia
    Posts
    144
    I thank you for your advice, nicknick923.

    I do have and use a DropBox account for some years. All the fuss was because I want to minimize the Internet usage. It cost me a lot of money last month when I inadvertently
    downloaded to excess. I use XAMPP for development on my Windows system. I do have a fee-free DNS account to my home router. I don't usually like to a computer powered up all the time at home. I do have business web sites hosted outside. It is one of the real business web sites I have loaded into the iPad as a product catalogue. And as you might have known I have got it working now.

    I appreciate your recommendation of the Abyss Web Server. I will remember it if one day I need a permanent server at home. One curious phenomenon I found yesterday was while testing the iPad connecting to my web server set up with XAMPP on my Windows 7 system, the Safari could not go past the first page. It took so long that it gave up. I tried a few of my web sites on my own computer and they all failed. Nevertheless when I connect the iPad to the hosting web server outside the Safari always works fine. Well the iPad was only sitting next to the Windows system where the web server was. The Safari on the iPad does display the home page of XAMPP promptly and had no problem.

    By the way, the base href is meant to refer to the URL of the web site, isn't it? Could you please tell me what could be the problem if this line is not included. I have found it more versatile for me to move the site around without the statement.


Home | Forum | Active Topics | What's New

Advertisements

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Similar Threads

  1. Safari HTML
    By rcahanap in forum iPad General Discussions
    Replies: 5
    Last Post: 01-17-2012, 03:46 PM
  2. Make a weblink to a local html file?
    By Tobyr21 in forum iPad General Discussions
    Replies: 13
    Last Post: 12-23-2011, 12:52 PM
  3. Replies: 2
    Last Post: 11-22-2011, 07:24 AM
  4. Running local HTML file
    By romanr in forum iPad General Discussions
    Replies: 2
    Last Post: 02-10-2011, 10:40 PM
  5. Unable to view Html 5 video in ios 3.x
    By sureshkesani in forum iPad Help
    Replies: 2
    Last Post: 10-16-2010, 08:11 AM

Search tags for this page

how to open html file on ipad

,
how to view html files on ipad
,

html files on ipad

,
ipad safari open local file
,
ipad safari open local html
,

open html file on ipad

,

open local html file on ipad

,
putting html files on ipad
,
safari open local file
,

view html files on ipad

,
view html on ipad
,
viewing html files on ipad
Click on a term to search for related topics.

Tags for this Thread