Open Closed

LeptonX Theme Dropzone missing #10396


User avatar
0
williamT.B8 created

Hi, I am aware that LeptonX should have Dropzone library built in, but i can't find it at all. im using @volo/abp.aspnetcore.mvc.ui.theme.leptonx: 4.2.1

though I can see uppy installed instead.

Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

2 Answer(s)
  • User Avatar
    0
    AI-Bot created
    Support Team ABP Agent
    • @volo/abp.aspnetcore.mvc.ui.theme.leptonx (MVC UI) does not ship Dropzone. In current LeptonX MVC packages, the file-upload component/library used by the theme is Uppy, so seeing uppy installed is expected behavior.
    • Therefore, you won’t find Dropzone files under wwwroot/libs/... (or in LeptonX’s bundled assets) unless your solution explicitly adds Dropzone.

    If you specifically need Dropzone in an ABP MVC app:

    1. Install it yourself (npm/yarn) and expose it to wwwroot (e.g., via your frontend build, LibMan, or by copying from node_modules into wwwroot/libs).
    2. Include its CSS/JS in your layout (or via ABP bundling) and use it in your page.

    Links (verified):

    • https://abp.io/docs/latest/ui-themes/lepton-x/
    • https://abp.io/docs/latest/ui-themes/lepton-x/mvc

    This response was generated by AI. If it didn’t solve your problem, feel free to post a new answer — our support team will jump in to help you soon.

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    The @volo/abp.aspnetcore.mvc.ui.theme.leptonx doesn't depend on Dropzone by default.

    You can add it yourself.

    The lepptonx demo website uses "dropzone": "^6.0.0-beta.2"

    Thanks.

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.8.0-preview. Updated on September 16, 2026, 14:50
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.