adminjs-upload
adminjs-upload copied to clipboard
AdminJS Feature - Upload Files
Hi there, We have been using Admin bro for quite a while now and have been super helpful on dev and turnaround time. Kindly allow us to have this feature...
adds support for minio provider: [https://github.com/minio/minio](https://github.com/minio/minio) MinIO is a High Performance Object Storage released under GNU Affero General Public License v3.0. It is API compatible with Amazon S3 cloud storage...
Hi, i'm using another S3 services which is not s3.amazonaws.com so an ability for changing that domain is appreciated
fixed possible confusion regarding different folder names in local upload provider
My Setup **Schema -** ``` export const UploadedFile = new mongoose.Schema({ path: String, type: String, size: Number, folder: String, filename: String, }); export const Pods = mongoose.model('Pods', { name: {...
the code does not let us set both with same value, but file is an virtual propertie and can be equal
When uploading a file to AWS, the ContentType of the uploaded file is not set properly. For example, the MimeType of an uploaded image to the edit page of a...
Hello Im trying to upload many images but if i upload images my texts are not saving, if i don't upload image my texts are saving, its on projectModel, pls...
I'm trying to setup AdminJS on a simple fastify backend, using typeorm and postges. I have been having issues getting a file upload to work, suggesting there is no id...