Hi All,
First of all sorry for my English,
I am planning to built a application that can transfer file By Wi-Fi .For this i make a simple HTTP server and made "E:\trasferfle" folder as Root of Localhost and place a HTML file their and open it on Browser by address Localhost ,which open a index.HTML file on the Root folder.
Then i want to open this file from another computer.for this
i use command
netsh wlan set hostednetwork mode=allow ssid="Bipashant" key="123123123" keyUsage=persistent
netsh wlan start hostednetwork
to create Hotspot,that make me a server and other as client.
and then another PC is connected on this wi-fi,but when i type Localhost on the another PC,it does not do any thing,
how can i open this file on that PC.
Any suggestion will be appreciated .