I need to get the file size for a group’s image to use in a plugin. I have an uploader nested in a group from which I could easily get the file size:
I have the uploader in a group for formatting and file management purposes, so I really don’t want to have the uploader by itself. Unfortunately, the plugin I’m using will not process the image from the setup above since it’s in a group. Is there any way I can get the file size from the group’s image?
Thank you, @Sart. I guess what I’m trying to do is have the plugin field in the screenshot recognize the picture uploader’s file size despite being nested in a group. I tried to bring the picture uploader to the front but that did not work.
I should rephrase- the plugin is being used to post the image to Twitter. What I need is to have the plugin validate the file size that I pass it so that the image will be posted. Since the image is nested in a group it’s not being recognized.
I tried to set a custom state on the group to the picture uploader’s file size but that did not work either.