-
Notifications
You must be signed in to change notification settings - Fork 678
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
Upload file with AdminJS #1250
Comments
What's your reasoning for using a custom component for DropZone? If anything, you should base it on the original one used by |
hi @dziraf, Thanks for your answer :). |
@dziraf thanks for your link's repository ! I understand much better how to use the uploadFeature feature. |
What operating system are you using? This error typically appears when you try to move a file from one partition/disk to another without making a copy first. |
MacOS, I found this issue SoftwareBrothers/adminjs-upload#42. Your product is truly remarkable. |
Describe the problem feature solves
Hello,
I want to implement file upload functionality, but I don't understand how to link @adminjs/upload with React DropZone component.
In my custom resource, I added the React component for my "thumbnail" field and uploadFeature in the "features" property.
Stack :
The react component is built like this:
But when I save I have this in database and nothing in folders.
The documentation is succinct on these features, I don't know how to tie it all together.
Thanks
The text was updated successfully, but these errors were encountered: