image is displaying but files are not displaying when i want to preview them.
Loading
image is displaying but files are not displaying when i want to preview them.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
TarunPosted May 26, 2023, 10:46 AM
Thank you
its working but when i upload .xlsx file will it show its preview????
Deepak RawatPosted May 26, 2023, 8:31 AM
Hi, you can use a combination of HTML, CSS, and JavaScript to see the preview uploaded files such as PDF, DOC, or images in a modal popup
In the above code, you have an input element with the id "fileInput" for file upload. When a file is selected, the change event is triggered. Depending on the file type, it either displays an image preview or the file name in the modal popup to replace the
fileInputelement with your actual file input element in your HTML. Additionally, you may need to customize the styles to match your design requirements.Remember to include this code within the appropriate
tags and ensure that you have correctly included the required HTML and CSS.