|
You can't do much, beyond describing a document (and even that only partially) with straight HTML. If you want the images to be hosted elsewhere, you aren't really looking for an upload at all; you probably just want people to submit the URLs of the existing images online, right? You'll still need server side code (written using CGI or PHP, for example), but you don't actually want to use file uploading; just a text field will do.
|