Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

DataObjectManager Module /

Discuss the DataObjectManager module, and the related ImageGallery module.

Moderators: martimiz, UncleCheese, Sean, Ed, biapar, Willr, Ingo, swaiba

File Upload Field: Files not attaching after upload.


Go to End


2 Posts   1560 Views

Avatar
WebInt

Community Member, 14 Posts

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

Avatar
honeybunny

Community Member, 79 Posts

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