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

mu:widget.showUploaded didn't work #50

Open
R1-FR opened this issue Nov 20, 2020 · 0 comments
Open

mu:widget.showUploaded didn't work #50

R1-FR opened this issue Nov 20, 2020 · 0 comments

Comments

@R1-FR
Copy link

R1-FR commented Nov 20, 2020

Hello,
I have a form where user can upload pdf with widget upload and it's work.
I want to know if it's possible to show uploaded file when user come back to the form and how ?
I tried to user mu:widget.showUploaded with the property of the widget, but when i use this widget, he broke the upload and not load the other file.

this is my html :

<div class="btn-upload">
            <mu:widget.upload allowedExtensions="pdf, PDF" maximumSize="5" maximumItems="3" storage="2" property="identite" />
            <mu:widget.showUploaded property="identite" />
</div>

Can you help me ?
Thanks

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

1 participant