It looks like you're new here. If you want to get involved, click one of these buttons!
'postData' : {'myPrefix':myPrefixValue}in your uploadify options...$myPrefix = $_REQUEST['myPrefix'];
$file = $myPrefix.$_FILES['Filedata']['name'];$myPrefix = 'prefix_';
$file = $myPrefix.$_FILES['Filedata']['name'];