> Hello > Im adding an attachment feature to a mail program.
> I have a file field to upload the file to a temporary directory, and this > all works, but I need some way to refresh the list of files (multiple > attachments supported) attached preferably without refreshing the page. > Is there any way of doing this? We'd probably need a bit more detail to say for certain, but it sounds like you want a popup window or a hidden frame or the like to handle your attachments. One way or another, being able to attach files without reloading the page will involve some client-side scripting. Yahoo used to do it with a popup window that wasn't too bad. You open the popup window to get the upload form, upload the files in turn, then when you're done you close the window and a function attached to the window.onunload or onclose event of the popup updates the data in the parent window. hth s. isaac dealey 954-776-0046 new epoch http://www.turnkey.to lead architect, tapestry cms http://products.turnkey.to certified advanced coldfusion 5 developer http://www.macromedia.com/v1/handlers/index.cfm?ID=21816 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq 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

