7913 Posts in 1355 Topics by 930 members
DataObjectManager Module
SilverStripe Forums » DataObjectManager Module » Uploadify didn`t accept selected uploadfolder
Discuss the DataObjectManager module, and the related ImageGallery module.
Moderators: martimiz, UncleCheese, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 434 Views |
-
Uploadify didn`t accept selected uploadfolder

30 August 2011 at 8:04pm
at first: sry for posting it twice. but i realy need an answer for this
-----------------------------------------------------------------------------------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
| 434 Views | ||
|
Page:
1
|
Go to Top |

