Project

General

Profile

Bug #5755

Updated by Jim Thompson about 8 years ago


 Uploading simple HTML such as this, with an embedded image fails to display the image 
 <pre><code class="html"> 
 <html> 
 <body> 
 <h3> Hello world. Here is an image</h2><br /> 
 <img src="captiveportal-28a.jpg"></img> 
 </body> 
 </html> 
 </code></pre> 

 Image uploaded as 28a.jpg and saved as captiveportal-28a.jpg 

 The file is on the disk in /varr/db/cpelements, and the symlink appears to have been correctly created in /usr/local/captiveportal 

Back