It looks like you're new here. If you want to get involved, click one of these buttons!
<input type=\"file\" name=\"uploadify\" id=\"uploadify\" />
<a href=\"javascript:jQuery('#uploadify').uploadifySettings('folder','/path/to/uploads/555'); jQuery('#uploadify').uploadifySettings('onAllComplete','function (event, data) { window.location.href='uploadpage.php?id=123'; }');jQuery('#uploadify').uploadifyUpload();\">Upload</a>
<input type=\"file\" name=\"uploadify\" id=\"uploadify\" />
<a href=\"javascript:jQuery('#uploadify').uploadifySettings('folder','/path/to/uploads/555'); jQuery('#uploadify').uploadifySettings('onAllComplete','function (event, data) { alert(\"hello\"); }'); jQuery('#uploadify').uploadifyUpload();\">Upload</a>
$(\"#uploadify\").uploadify({
'uploader' : '/path/to/scripts/uploadify.swf',
'script' : '/path/to/scripts/uploadify.php',
'cancelImg' : '/path/to/scripts/cancel.png',
'folder' : '/path/to/uploads', // <--- this is changed dynamically, see above
'auto' : false,
'multi' : true,
'queueSizeLimit' : 5,
'fileDesc' : 'file description',
'fileExt' : '*.doc;*.xls;*.pdf;*.ppt;.*.docx;*.xlsx;*.pptx;*.txt;*.png;*.gif;*.jpg;*.jpeg'
});