A page for uploading files and triggering attaching those files to new content.
Hello Drupal community,
I'm trying to rebuild a website I recently made from scratch, now with Drupal and match a lot of the functionality while extending it with some of the modules available. Currently on my website I make available to authenticated users a page where they can upload a number of files at once as well as select a few basic options to apply to them after uploading and verification is complete. I have the File Framework module installed and would like users to be able to use a similar page to upload several files at once instead of clicking to create new content of type file for each and every file. I would also like to create Actions and Triggers that would create new content of a certain type upon successful upload of a file. I would greatly appreciate any assistance from someone who is more familiar with the features and workings of Drupal.
For those who are curious the site is http://creativescene.org/

I have created a guest
I have created a guest account for users to get an idea of what I am trying to reproduce.
User: Guest
Password: password
http://creativescene.org/user.php?id=4
When a file is uploaded, it is attached to the element content type, and the page for that element displays either the text, image, or plays the audio (video not yet implemented). Again, any pointers in the right direction would be greatly appreciated. If this is functionality that is not yet available then I will know that I have to create it myself.