It looks like you're new here. If you want to get involved, click one of these buttons!
<input type="text" id="title" name="title" /><br />
<input type="file" id="file_upload" name="file_upload" />
<div id="uploader_message"></div>
<a href="javascript:$('#file_upload').uploadifyUpload();">Upload Files</a>
$('#file_upload').uploadify({
'uploader' : 'uploadify/uploadify.swf',
'script' : 'uploadify/uploadify.php',
'scriptData' : {'title' : $('#title').val()}
});$_POST['title']