Hi @ all,
uploadify didn't accept the selected upload folder. after searching the forum i found this.
Index: www/uploadify/code/UploadifyField.php
===================================================================
--- www/uploadify/code/UploadifyField.php (revision 13)
+++ www/uploadify/code/UploadifyField.php (working copy)
@@ -485,7 +485,7 @@
*/
public function CurrentUploadFolder() {
if($this->uploadFolder) {
- $folder = Folder::findOrMake($this->uploadFolder);
+ return Folder::findOrMake($this->uploadFolder);
}
if($result = $this->Files()) {
if($result instanceof File) {
http://www.silverstripe.org/dataobjectmanager-module-forum/show/13369#post307249#post307249
but i'm new to SS and PHP. Cause of that i don't know what to do. and i don't understand that code snippet.
can someone help me to fix uploadify?
thx
benni