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

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

php - Magento - Deleted Base url key -

symfony - imagine_filter() not generating the correct url in LiipImagineBundle -