Styled file upload zones with drag-and-drop, file lists, thumbnail previews, progress indicators, and neumorphic variants.
<div class="sui-file-upload" data-sui-upload="list">
<input type="file" multiple>
<div class="sui-file-upload-icon">
<svg viewBox="0 0 24 24"><path d="M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4"/><polyline points="17 8 12 3 7 8"/><line x1="12" y1="3" x2="12" y2="15"/></svg>
</div>
<div class="sui-file-upload-text"><strong>Click to upload</strong> or drag and drop</div>
<div class="sui-file-upload-hint">PNG, JPG, PDF up to 10MB</div>
</div>
<div class="sui-file-upload" data-sui-upload="list">
<input type="file" multiple>
<div class="sui-file-upload-icon">
<svg viewBox="0 0 24 24"><path d="M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4"/><polyline points="17 8 12 3 7 8"/><line x1="12" y1="3" x2="12" y2="15"/></svg>
</div>
<div class="sui-file-upload-text"><strong>Click to upload</strong> or drag and drop</div>
<div class="sui-file-upload-hint">PNG, JPG, PDF up to 10MB</div>
</div>
<!-- File list is auto-generated by softui.js -->
<!-- Each file item: -->
<div class="sui-file-list">
<div class="sui-file-item">
<div class="sui-file-item-icon">
<svg viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z"/><polyline points="14 2 14 8 20 8"/></svg>
</div>
<div class="sui-file-item-info">
<div class="sui-file-item-name">project-proposal.pdf</div>
<div class="sui-file-item-size">2.4 MB</div>
</div>
<button class="sui-file-item-remove" aria-label="Remove">×</button>
</div>
</div><div class="sui-file-upload" data-sui-upload="progress">
<input type="file" multiple>
<div class="sui-file-upload-icon">
<svg viewBox="0 0 24 24"><path d="M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4"/><polyline points="17 8 12 3 7 8"/><line x1="12" y1="3" x2="12" y2="15"/></svg>
</div>
<div class="sui-file-upload-text"><strong>Click to upload</strong> or drag and drop</div>
<div class="sui-file-upload-hint">PNG, JPG, PDF up to 10MB</div>
</div>
<!-- Progress list is auto-generated by softui.js -->
<!-- Each file item with progress: -->
<div class="sui-file-list">
<div class="sui-file-item">
<div class="sui-file-item-icon">
<svg viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z"/><polyline points="14 2 14 8 20 8"/></svg>
</div>
<div class="sui-file-item-info sui-file-item-progress">
<div style="display:flex;justify-content:space-between;align-items:center;">
<div class="sui-file-item-name">report.pdf</div>
<span class="sui-file-item-status sui-file-item-status-uploading">68%</span>
</div>
<div class="sui-progress sui-progress-sm">
<div class="sui-progress-bar sui-progress-primary" style="width:68%;"></div>
</div>
</div>
<button class="sui-file-item-remove" aria-label="Remove">×</button>
</div>
</div>
<!-- Status variants: -->
<span class="sui-file-item-status sui-file-item-status-uploading">68%</span>
<span class="sui-file-item-status sui-file-item-status-complete">✓</span>
<span class="sui-file-item-status sui-file-item-status-error">✕</span><div class="sui-file-upload" data-sui-upload="preview">
<input type="file" multiple accept="image/*">
<div class="sui-file-upload-icon">
<svg viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"/><circle cx="8.5" cy="8.5" r="1.5"/><polyline points="21 15 16 10 5 21"/></svg>
</div>
<div class="sui-file-upload-text"><strong>Upload images</strong> or drag and drop</div>
<div class="sui-file-upload-hint">PNG, JPG, WebP up to 5MB</div>
</div>
<!-- Preview grid is auto-generated by softui.js -->
<!-- Each preview item: -->
<div class="sui-file-preview-grid">
<div class="sui-file-preview-item">
<img src="path/to/image.jpg" alt="Preview">
<button class="sui-file-preview-item-remove" aria-label="Remove">×</button>
</div>
</div><div class="sui-file-upload sui-file-upload-compact" data-sui-upload="list">
<input type="file">
<div class="sui-file-upload-icon">
<svg viewBox="0 0 24 24"><path d="M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4"/><polyline points="17 8 12 3 7 8"/><line x1="12" y1="3" x2="12" y2="15"/></svg>
</div>
<div class="sui-file-upload-text"><strong>Choose a file</strong> or drag it here</div>
</div><div class="sui-file-upload sui-file-upload-inset" data-sui-upload="list">
<input type="file" multiple>
<div class="sui-file-upload-icon">
<svg viewBox="0 0 24 24"><path d="M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4"/><polyline points="17 8 12 3 7 8"/><line x1="12" y1="3" x2="12" y2="15"/></svg>
</div>
<div class="sui-file-upload-text"><strong>Click to upload</strong> or drag and drop</div>
<div class="sui-file-upload-hint">PNG, JPG, PDF up to 10MB</div>
</div>This is a neumorphic modal dialog. It features backdrop blur, smooth animations, and focus trap. Press Escape or click outside to close.
Your session will expire in 5 minutes. Would you like to stay signed in?
This action cannot be undone. This will permanently delete the item and remove all associated data.
This modal takes up the entire viewport. Useful for immersive content, editors, or media viewers.
Press Escape or click the close button to dismiss.
By accessing and using this service, you accept and agree to be bound by the terms and provision of this agreement. In addition, when using these particular services, you shall be subject to any posted guidelines or rules applicable to such services. Any participation in this service will constitute acceptance of this agreement.
Permission is granted to temporarily download one copy of the materials on this website for personal, non-commercial transitory viewing only. This is the grant of a license, not a transfer of title, and under this license you may not modify or copy the materials, use the materials for any commercial purpose, attempt to reverse engineer any software, or remove any copyright notations.
The materials on this website are provided on an 'as is' basis. We make no warranties, expressed or implied, and hereby disclaim and negate all other warranties including, without limitation, implied warranties or conditions of merchantability, fitness for a particular purpose, or non-infringement of intellectual property.
In no event shall this company or its suppliers be liable for any damages (including, without limitation, damages for loss of data or profit, or due to business interruption) arising out of the use or inability to use the materials, even if we have been notified orally or in writing of the possibility of such damage.
The materials appearing on this website could include technical, typographical, or photographic errors. We do not warrant that any of the materials on its website are accurate, complete or current. We may make changes to the materials contained on its website at any time without notice.
We have not reviewed all of the sites linked to this website and are not responsible for the contents of any such linked site. The inclusion of any link does not imply endorsement. Use of any such linked web site is at the user's own risk.
We may revise these terms of service for this website at any time without notice. By using this website you are agreeing to be bound by the then current version of these terms of service. Any changes will be posted on this page with an updated revision date.
These terms and conditions are governed by and construed in accordance with applicable laws and you irrevocably submit to the exclusive jurisdiction of the courts in that location. If any provision of these terms shall be unlawful, void, or unenforceable, then that provision shall be deemed severable and shall not affect the validity of the remaining provisions.
Clicking outside this modal won't close it. Instead, the modal will shake to indicate it requires explicit action. Use the close button or press Escape to dismiss.
This modal has no backdrop blur. The background is visible but dimmed.
A subtle 3px backdrop blur. Content behind is slightly softened.
A heavy 12px backdrop blur. Background is barely recognizable.
Maximum 20px blur. Background is fully frosted.
This is a default right-side sheet. It slides in from the right edge of the screen with a blurred backdrop.
Sheets are great for navigation menus, settings panels, detail views, and forms that don't need to interrupt the main content flow.
This sheet slides down from the top. Great for announcements, notification panels, or search interfaces.
This is a small (280px) right-side sheet.
This is a large (480px) right-side sheet. Great for forms, detail views, or complex content.
Clicking outside this sheet won't close it. The sheet will shake to indicate it requires explicit action. Use the close button or press Escape.