> As long as you got the attachmentid, you can always serve attachments from all > objects from one url. I.e: > youhost.com/images > that contains code to serve images where argv[0]=imageid thus you can at least > reference images of other objects etc in simple html. Eks: <img > src="http://myhost/images/134"> will serve image 134.
134 is good , but what will I do when 134 change for 134567891324? Got it? I started to make such an interface for my admiin site , but I stopped when I thougt "what about for 3 months?" , "what about getting plenty of images, and more day by day , only to choose the one I need?" It is not effective when You have really many many images. Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
