I have an application that I would like users to be able to upload HTML documents to a database.
How do I do this? And if the html document includes an image how do I include the image in the database?
the php documentation has a great example of how to upload files. there is a phpbuilder aerticle that explains how to store images in a database...
-paul