Is it possible to load a html file which resides in location outside www folder.
Case A: Let us consider www folder contains two files i.e.
1. index.html
2. profile.html
Here we can access the profile.html by an anchor tag <a href="profile.html">Profile</a>
within index.html
Case B: Here our www folder contains one file i.e. - index.html and the profile.html resides in a location outside www folder, as we would be downloading this profile.html file from server to our phone, let us say profile.html resides on our SD Card. So how can we access or load profile.html from index.html in Case B?
- Is this possible, accessing file outside www folder?
- Or Is it possible to download file from server and directly place it within www folder?
I am very new to this, and I believe somebody could share insight over this topic.