Problem related my project

sir i am making the project using bolt iot
.now i am facing the problem in IOt when i am uplode all the html file when i open the index file through the ip.192.168.43.41 then all the maked the page is not open through the file .plaese tell me what is the problem in operating the bolt.

this is my final year project

Home Page
| HOME | ABOUT US | IOT | PROJECT GUIDE | CONTACT US
Login Panel
User Name:
Password:
for new registrationclick here
Developed By

Shahbaz Khan Ayoush Jaiswal Mohd.Shaban Ansari Jitendra Yadav


<img src="Images\pics.jpg"width=600 height=100

Advanced INDO Border Security System

Power Control light control Cemra Control
ON OFF ON OFF IP Cam

Buzzer Controller

Buzzer ON

Buzzer OFF
i am unable to open the .html link throught the inserted by the pagr please help me sir

Hi riorock74 ,
You have to add serverFile to link the resources from bolt SD card.
If you are doing local development then you have to use /serveFile?filename also make sure that the file name should be index.htm .
For example
<img src="/serveFile?filename=bolt.png" >

If you are using development on bolt cloud then you have to use control?name={{Name}}&filename= to link your javascript, image, and CSS.
For example
<img src="control?name={{Name}}&filename=chip.png" >

Sir I am not understand the example please provide me link vedio

Hi,

Please post you code here , we will modify it comment it and get back to you.

| HOME | ABOUT US | IOT | PROJECT GUIDE | CONTACT US
i am trying to open the hyper link pages how to open it through the bolt

when i am click any hyperlink then iot sows the error


provide me the right way to use the hyper link and provide me html command to connect one and more file

This video might help: https://www.youtube.com/watch?v=WYfKLCrtQek

Alternatively, post your code here and we will review it and let you know of errors if any.

Hi @riorock74
please refer this thread Problem related my project
You have to use /serveFile?filename= before the HTML link.
For example
<a href="/serveFile?filename=IOT.htm"> Click Me <a>

Let me know in case you need further assistance.

I had the same issue… Thanks for the solution

1 Like