Change media files on Aggregate

What is the problem? Please be detailed.
I have an ODK Aggregate Instance on my tomcat server.

I want change some media files from a specific blank form, i wish know where ODK Aggregate save the media files.

What ODK tool and version are you using? And on what device and operating system version?
1.6.1
What steps can we take to reproduce the problem?
i dont found the media files in my server
What you have you tried to fix the problem?
search with multiple methods in the terminal

The media files are stored in the database. See https://github.com/opendatakit/opendatakit/wiki/Aggregate-Database-Structure for the details.

That said, you probably shouldn't go playing around in the database. If you want to replace media files, you can do so in the Aggregate user interface. https://docs.opendatakit.org/form-update/ has more.

1 Like

Thanks for the reply

So if I want to change a CSV file, I should just upload the entire media with the xml of the form, is that correct?

Yes, @jodmoramo. You can upload new media files by sending the whole blank form with all the media files again.

If that doesn't work, you can remove the form on Aggregate and then upload it again.