Create dialog to insert searched file into a container

I have a container field which will hold a reference recording for a song. For a variety of reasons, I'd like to create a scripted dialog where, when executed, it would open explorer and have the user navigate to the file to use. This is similar to many web-based upload dialogs, or even the File Open dialog. Then, place the found file into the container.

Is there a way to do this?

Try the Insert File script step.

On Mobile, there is also Insert From Device, which is handy if you want to insert from the camera or photos, etc

If you're inserting a file on a server-side script like PSOS, they you'll need to use Insert From URL instead.

1 Like