VAN VLIET, SCOTT E (SBCSI) wrote: > > Basically, when he saves the HTML, I want to search through the text that he > has typed and find any <img> tags. Then, once I have the references to > those images found in the text, I will bring the user to another form page, > which will loop over the list of these found <img> tags and write a > dynamically named <input type="image"> field for the corresponding image. > Once the user selects and image for each found in the HTML text, I will then > need to upload those images and change the <img> tags in the HTML text to > reflect the names and location of the images uploaded, and return the > modified HTML text to be saved to the database.
Identifying images and replacing references to them with other references (e.g. to reflect different directories) is not that hard. Take a look at advancedemail, it does exactly that. Jochem ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

