You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#99508 JCE File Browser in Custom Field

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by josemh on Saturday, 20 April 2019 10:13 BST

josemh
Hello, I would like to use JCE File Browser in a "media" custom field to upload and select pdf files, but the result is not desired. Accessing by JCE File Browser, everything is correct, but by the custom field, I can not upload or show the files. the definition of my field is:

<field name="document"  type="mediajce" filter="files" label="Document" />
Is it possible to do what I try? Thanks Best Regards! Jose

Attachments

Ryan
Use mediatype="files", not filter="files", eg:

<field name="document"  type="mediajce" mediatype="files" label="Document" />

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

josemh
Thanks you!
Your support is great.

Best regards.
Jose