Uploadify upload folder renaming -
i using latest flash version of uploadify (v3.2.1 think). if set upload folder name 'tempupload' doesn't upload (although move_uploaded_file returns true),
eg
this not work
$targetfolder = '/path/tempupload'; this work
$targetfolder = '/path/dave'; any suggestions ?
Comments
Post a Comment