• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: File upload and image

File upload and image 10 years 1 week ago #31115

Hi to all,

i have stored an image by file upload field.
I need to see the stored image in the submission list view.
Can someone help me?
thanls
The administrator has disabled public write access.

File upload and image 10 years 1 week ago #31119

  • bogdan.tataru
  • bogdan.tataru's Avatar
  • OFFLINE
  • Gold Boarder
  • Posts: 174
  • Thank you received: 40
You can achieve this using the {your_field_name:path} placeholder of RSForm!PRO Upload field. More about this field here:

www.rsjoomla.com/support/documentation/v...831-file-upload.html

Head to Extensions > Module Manager and select your Submissions List module. In your Row Layout/Details Layout field add the following html code where the uploaded image should be displayed:

<img src="{your_field_name:path}" width="custom_width" height="custom_height" />

Note that you have to change "your_field_name" with your Upload field name and the dimensions with numeric values.

More on this here:

www.rsjoomla.com/support/documentation/v...module-position.html
My help is not official customer support. To receive assistance, submit a ticket by clicking here
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!