7912 Posts in 1355 Topics by 930 members
DataObjectManager Module
SilverStripe Forums » DataObjectManager Module » File Upload Field: Files not attaching after upload.
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: | 837 Views |
-
File Upload Field: Files not attaching after upload.

25 March 2011 at 11:04pm
Hi
I'm working on a pagetype with a filedataobjectmanager, user uploads music files, link to download appears on the page, pretty simple.
The problem I'm having is, in the uploadify popup, when you upload a file, it hits 100%, and disappears. The file has been uploaded to the selected folder but it doesn't attach.
One mediocre fix is to upload in the File & Images to the right folder, go to your page and import them, however when you do that, it moves the selected files into the assets/Uploads folder, but it does attach them.
Tried in multiple browsers, chrome doesn't even attempt to upload the file.
Just wondering if anybody has had this problem before.
Thanks
-
Re: File Upload Field: Files not attaching after upload.

26 March 2011 at 12:28am
Hi webint!
Try adding this to .htaccess
<IfModule mod_security.c>
SecFilterEngine Off
</IfModule>It worked for me, but if it doesn't fix your problem there are a few active threads about uploadify issues. They're not all under the DataObjectManager forum so you might have to look around.
HB
| 837 Views | ||
|
Page:
1
|
Go to Top |

