I am working on a Wi-Fi-Share app with CocoaHTTPServer. But the image of html background is not shown. The following screenshots are shown something I did in code.
First I creat a instance of HTTPServe and set the "webPath".
Second I add the html file and image into Xcode .
Third I set the background of website in my html file.
Forth I open the url of serve, everything does well but the image don't show.



