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

Popular posts from this blog

c# - Sort XmlNodeList with a specific Node value -

Android Java.Lang.RuntimeException : Unable to start activity Component Info -

actionscript 3 - Equivalent to moveReceived in ElectroServer 5 -