>Dan sounds like he knows more about this... But I think it does. You can >even drag files off of your desktop and drop them on Xstandard and they >will automatically upload. > >And, the uploading is so fine-tuned. You can choose to have it upload >automatically and integrate with some CMS and file system (as Dan does) >or you can have it prompt the user as to where it wants to save it (as I >do... For the moment, but I am leaning towards Dan's methods).
I'm actually inserting the images directly into a table in my database. When content is saved, I actually then delete any images not actually referenced/used in the content from the database (to make sure I don't end up w/a bunch of unused data.) Since XStandard generates valid XHTML, it's very easy to parse the output as XML looking for images that were uploaded. (I do however also parse the HMTL input w/jTidy to ensure I have a valid XHTML document--since in my case I can't guarantee that the source is generated by XStandard.) This all works very nicely (well so far anyway!) -Dan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256572 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

