adminjs-upload
adminjs-upload copied to clipboard
AdminJS Feature - Upload Files
This adds the ability to add validation messages to the file field using custom actions, implemented in the same way as the default adminjs edit component https://github.com/SoftwareBrothers/adminjs/blob/262fa77163747f6dd340fbeffcbf46386801edf1/src/frontend/components/property-type/default-type/edit.tsx#L13-L25
``` Node: 20.18.0 adminjs: 7.8.13 @adminjs/express: 6.1.0 @adminjs-upload: 4.0.2 @adminjs/mongoose: 4.1.0 mongoose: 8.7.2 express: 4.21.1 ``` Here's my simplified code block. It works with Local Provider. Please help. Can't find...