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

I'm uploading images successfully but when I try to view them the src in the img tag is incorrect. ![image](https://user-images.githubusercontent.com/71382276/195934924-e424b6f3-0be7-47e2-8df7-16aab030a887.png) ![image](https://user-images.githubusercontent.com/71382276/195936414-0e16a187-0739-4d01-aa89-932f5a03e4b2.png) It should be only http://localhost:8080/static/colors/6349c2a411aac4c21990aa54/registration/123.png What am I doing...

Hello! Is it possible to use the upload mechanism inside a custom component, without using the standard frontend? I'd like a built-in mechanism to save my files and return the...

This is a patch because of the error mentioned in code. sometimes /tmp is in a different partition. This is a replication of fs.promises.rename that works the same way. Hope...

Without this patch, the edit view is not displaying uploaded images in the dropzone, which is ignoring the opts parameter. With a set `baseUrl` (e.g. '/files') you end up with...

I tried to add the upload feature to my Adminjs but I am getting the error: ```` TypeError: propertyPath.replace is not a function ```` I am using Mongoose Here is...

1) Add previewBaseUrl, which allows overriding hardcoded 'https://${bucket}.s3.amazonaws.com' why: This allows specifying URL for buckets served via CDN and static website hosting, example of such hosting https://support.cloudflare.com/hc/en-us/articles/360037983412-Configuring-an-Amazon-Web-Services-static-site-to-use-Cloudflare For example, if...

I'm trying to use the local upload option but it doesn't work - I'm getting the error `The "oldPath" argument must be of type string or an instance of Buffer...

@Amixengineer I am facing similar issue while uploading file to s3.. These are the code snippets for options, package.json and schema. const teacherParams = { resource: Teacher, options: { listProperties:...

Hello! I'm trying to upload two files to one model, and I ran into a problem: If you upload both files, only the last one is saved. If you upload...

I'm trying to upload multiple videos using the file upload, but i'd like to be able to sort them first before uploading them, is there any way to do so?