-
Messages
-
-
Congratulations!Your OS has been updated.1hr
-
Did you know?You can switch between artboards.2hr
-
Something went wrong!Send Reposrt2days
-
WarningYour password strength is low.5days
-
VIEW ALL ACTIVITIES
-
VIEW ALL ACTIVITIES
-
-
Notification
3New -
-
John Doeinvite you to Prototyping
45 min ago -
Adam Nolanmentioned you to UX Basics
9h Ago -
Anna MorganUpload a file
9h Ago -
-
-

-
John DoePro
johndoe@gmail.com - Profile
- Inbox
- Lock Screen
- Sign Out
- Forms
- File Upload
Single File Upload
Code<!-- single file --> <div class="custom-file-container" data-upload-id="myFirstImage"></div> <!-- script --> <script> new FileUploadWithPreview.FileUploadWithPreview('myFirstImage', { images: { baseImage: 'assets/images/file-preview.png', backgroundImage: '', }, }); </script>
Multiple File
Code<!-- multiple file --> <div class="custom-file-container" data-upload-id="mySecondImage"></div> <!-- script --> <script> new FileUploadWithPreview.FileUploadWithPreview('mySecondImage', { images: { baseImage: 'assets/images/file-preview.png', backgroundImage: '', }, multiple: true, }); </script>
© 2025. Vristo All rights reserved.