Tell us what you are trying to do?
I would like to use the code that you have in the admin. When I create a custom field "image", there is a upload bouton and input field that is created by toolset. Is it possible to use that code else where. I'm building my own "admin" part for a custom post type I would like to create an upload button like you have with your image custom field.
Hello, there's no way to leverage back-end Toolset code elsewhere in the admin other than to create an "upload" field with Toolset. You can create your own custom "upload" or file upload field with Toolset Types and apply it to any other custom post type to display an "upload" field in that post type editor page. Will this not work for your site's requirements? If you explain further, I can try to figure out a way to use Types to your requirements.
I made my own "admin" page to edit some complex keywords stuff and subtitles and so on. So I'm trying to use the admin editor page as little as possible as it's more convient to have all that I need on my custom page.
Here is an exemple of this custom admin page. What I would like to do is use your code to display the upload field that I get when I'm on the editor page.
and also, I have a image type that is a repeating field and you have a nice code that makes it possible to delete or add an image, that could be useful to use it on my custom admin page.
There's really no way to use Types field code unless you're on a post editor page, or if you're in the User profile page (for User fields). So unless you're creating a custom post type editor page in wp-admin, you won't be able to use Types fields easily. There's no open API, for example, or adding those fields in a custom theme admin page.