Click here to Skip to main content
15,922,325 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i preview an image before insert it to the database or upload it to the server ?
is there any j query do that and how ?
Posted

Image Preview Display Before Uploading[^]

this will also help you image-upload-preview[^]

and Google[^] is your best friend.
 
Share this answer
 
Hi , of courese you can easily achive this.
Primiraly I can propose to you to upload image, for example, to ASP.WEB API Rest HTTP-service , store it in some in-memory cache, then you can preview newly uploaded image with help of jQuery Ajax to some UI container(web part), and only after some agreement operation submit it to the DB.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900