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

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -