Newbies Evan Goldstein Posted December 22, 2010 Newbies Posted December 22, 2010 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
Smef Posted January 4, 2011 Posted January 4, 2011 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.
Newbies Evan Goldstein Posted January 4, 2011 Author Newbies Posted January 4, 2011 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.
Smef Posted January 4, 2011 Posted January 4, 2011 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.
Newbies Evan Goldstein Posted January 4, 2011 Author Newbies Posted January 4, 2011 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.
Recommended Posts
This topic is 5070 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now