December 22, 201015 yr Newbies Hello, I want to allow users to select images that they are seeing in SuperContainer, and associate them with a record in a different table. For example if they were presented with a list of 10 images to choose for a given project, I need to know which ones they choose. Ideally they would be able to drag the SuperContainer image and drop it onto another SuperContainer object, or field. I really only need the file path of the image on the project record. Any suggestions? Thanks, Evan
January 4, 201115 yr You can't drag and drop out of SuperContainer, but you could use a button on your layout which uses the SCMove function of the companion plugin to move a file from one SuperContainer URL to another URL.
January 4, 201115 yr Author Newbies Thanks, by move do you mean that it will be removed from the first SC URL, or just copied to the new one? I need to retain the original SC field with its content. You can't drag and drop out of SuperContainer, but you could use a button on your layout which uses the SCMove function of the companion plugin to move a file from one SuperContainer URL to another URL.
January 4, 201115 yr The move function will remove a file from the original URL and place it in the new one. It will not copy the file from one URL to another. You will need to download and then re-upload the file to the new URL if you need it copied from one place to another.
January 4, 201115 yr Author Newbies Then I can't really simulate selecting images using SC and drag and drop? The move function will remove a file from the original URL and place it in the new one. It will not copy the file from one URL to another. You will need to download and then re-upload the file to the new URL if you need it copied from one place to another.
Create an account or sign in to comment