File attachment to ad-hoc pages?

I would like to attach pictures and or PDF documents to ad-hoc pages but I haven't been able to figure out how. Is there a way to do this?
HTML Required
by cglusky / at 16:58 on January 25, 2007
You will need to upload the images some place where you can reference them with a url like this:
<img src="http://www.yourdomain/yourfolder/yourimage.jpg">
OR a PDF like this
<a href="http://www.yourdomain/yourfolder/yourfile.pdf">Click here for PDF</a>
Please keep in mind that ad hoc pages are design for simple static content like you will find linked at the bottom of this page - About, Terms of Service, etc.