Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @ddangerfield

    I’m sorry I don’t understand your question totally. Our plugin includes two control types by separated, the media control to display images on the form, and an upload file control (that is a input tag with the type attribute set to file) to upload files through the form.

    Best regards.

    Thread Starter ddangerfield

    (@ddangerfield)

    Sorry if I was not clear I want the user to upload an image and see it on the form , now I can only see the name image.jpg, so I tried to use the fieldname of the upload field in a media fiel, but it’s not working
    How can I do that ?

    Plugin Author codepeople

    (@codepeople)

    Hello @ddangerfield

    Simply tick the checkbox: “Show preview of images” in the settings of the “Upload File” field.

    Best regards.

    Thread Starter ddangerfield

    (@ddangerfield)

    I don’t want to show the image in the upload field but in a media field down

    Plugin Author codepeople

    (@codepeople)

    Hello @ddangerfield

    In this case, you will need to implement your own code, because the image has not being uploaded yet to the server. So, the only way to display the thumbnail into another field would be programmatically.

    If you prefer, can contact me through my private website: Custom Coding Service

    Best regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How do I show an image uploaded with upload field in a media field’ is closed to new replies.