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.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

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

File Store not working while I want to attach image from uploaded images in server.


Go to End


2 Posts   659 Views

Avatar
subhadipcal

Community Member, 2 Posts

11 December 2012 at 2:26am

http://awesomescreenshot.com/0bap6v6cc

Please see above attachment. what i am looking for is when I want to attach image from uploaded images in server using "FRom the File STore" option I am unable to get lists of all images present in assets folder.

How to resolve this issue please guide me. also tell which files should i look for to fix this issue.

Thanks in advance.

Avatar
zenmonkey

Community Member, 545 Posts

11 December 2012 at 3:30am

Looks like you're using the old formfield, have you tried using new UpoadField instead of the FileField? It has allows drag and drop uploads and uses nicer interface for the select from existing.

Though if the drop down isn't working could be a issue with the JavaScript that handles it. I've noticed that periodically it fails to fire correctly. I've been waiting for it to happen to me again so I could file a propper bug report