The HTML Noticeboard doesn't have the capability to upload files for itself to use; but in general, LAMS does. You can either host your picture on your own web space if you have one, or you can use LAMS' share resources facility to upload your file to LAMS - I'll describe how to do this below (it's kind of a roundabout way to get LAMS to host your file for you).
In the Authoring screen, open a Share Resources tool.
1. 'Add new' to add a new share resource
2. Select 'Shared file'
3. Click 'Select file' to browse to your picture, then 'Upload' it.
4. Important part: the share resources tool will show in the 'Filename' text area some text like this, for example your picture called 'some_picture.gif'
urlcont:1641_some_picture.gif
5. Open a new browser window, and type this URL
http://localhost:8080/upload/1641_some_picture.gif
6. You should see the picture displayed in your browser. You can now use the above URL in an < img src=""> tag in HTML Noticeboard, where your image is hosted by your LAMS server. You can also safely remove the Share Resources tool if you don't need it, the file will still be there.
note: replace 'localhost:8080' with your server's hostname and port
Posted by Jun-Dir Liew