Hello
I want to implement file uploading with behaviour which is commonly seen in various kinds of webmail interfaces. I mean here that attachment (one or more) are selected by open file dialog and then their names are apearing under (for example) text area with body of message. And there is only info that attachment is added and it be uploaded when form is submitted. I know it would include AJAX maybe some server side scripts, but I have completly no idea where and how search examples of such kind of mechanism.
thanks in advance