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++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -