File Uploader and contact form script

i’m looking for suggestions on a jquery-based script that allows me to create a form along with the ability to upload a file at the same time.

I can find one or the other but not both. Ideas? Should be easy to implement for jquery novices

Javascript runs client side. You’ll also need something server side to handle the upload.

The jQuery modal dialogs are great for forms like that.

is there a specific script you can link to so i can see what you’re referring to? i’m clueless on jquery

For the uploader search for a plugin called Uploadify and for the dialog box search for the jQuery UI framework.