adminjs-upload icon indicating copy to clipboard operation
adminjs-upload copied to clipboard

AdminJS Feature - Upload Files

Results 42 adminjs-upload issues
Sort by recently updated
recently updated
newest added

Hello team, I am trying to truncate and upload multiple records to the target entity using the csv import. Is this possible with this library on the adminjs? Thank you

This allows generating a key based on the contents of the file, such as the hash of the file, or other metadata.

Make opts in LocalUploadOptions optional, because it contains only one property (baseUrl) which is optional.

### Description I use Sequelize as Orm and postgresql as db. I wanna to store images in json. When I'm trying to upload a file to a resource, it gives...

If my mongoose schema and admin code is is : ```js properties: { ..., media: { isVisible: { list: false, show: true, edit: false, filter: false }, }, } new...

The type information of `AWSOptions` has not changed since using aws-sdk v2. Therefore, this type needs to be changed to aws-sdk v3 compatible type. Specifically, the differences are as follows....

### Description When I'm trying to update/create a resource with uploader that has `multiple: true` option it will not save the photos into the database record ### Possible issue source...

Got error when tried to import @adminjs/upload: The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot...

{resource: IFile, options: { navigation: HomePage, properties: { key: { type: 'string', }, // s3Key: { // type: 'string', // }, bucket: { type: 'string', }, mime: { type: 'string',...

Hey there! **Describe the bug** I am using the upload feature to upload images directly to S3. When uploading a file to AWS, the ContentType of an uploaded image to...