Exporting Images and Full Image Paths from Conference Registration Form

Hi!

Is there a way to download/export images or include the full image path (not just the file name) in the exported registration information from the Registration Form for a conference?

If there is no option in the interface or API, could you please provide a shell code hint on how to export it from the backend?

Thanks

Do you mean path or URL? What is your goal here? The path would be completely useless for someone w/o server access, and even then it would not be particularly helpful in case of S3 storage or similar being used.

Thank for your reply, we need the image URLs to add the images to another page in the conference by using Python code to generate the HTML from the exported file.

That won’t work anyway, because the image URLs when viewing a registration are only accessible to the registrant and event managers.

But to use the images on an external page you would need to use the actual image files and put them somewhere outside Indico…

1 Like