View Single Post
Old May 2nd, 2005, 12:32 PM   #4
mackenga
Professional Programmer
 
Join Date: Mar 2005
Location: Glasgow, Scotland
Posts: 321
Rep Power: 4 mackenga is on a distinguished road
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.
mackenga is offline   Reply With Quote