Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Info output doesn't work on 'single' type uploads #12

Open
oldskool73 opened this issue Oct 5, 2022 · 1 comment
Open

Info output doesn't work on 'single' type uploads #12

oldskool73 opened this issue Oct 5, 2022 · 1 comment

Comments

@oldskool73
Copy link

Hi,

When NOT using multiple="true" (i.e. single image uploads only), the information about the upload (name, upload state) does not work correctly:

  • The file name is not show
  • The state says 'uploaded' at all times, even while uploading

I've had a quick poke around and it seems that the file value in the schema for the single version that this output depends on appears to be 'undefined' (which looks like it's related to the previous PR where the single and multiple were separated).

@kgierke
Copy link
Owner

kgierke commented Oct 6, 2022

Ah good catch, since I don't store the object in the value anymore the necessary fields don't exist. I'll have a look at it over the weekend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants