Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am making a project on college portal but i have an issue in student form.
In that I want to insert student profile image but how i don't know.

What I have tried:

I have tried bytea for inserting an image and have also tried blob but it doesn't work
Posted
Updated 30-Aug-17 21:53pm
v2

Yes it does - but exactly how you do it depends on what language you use in your presentation software. And since you don't tell us that...

Have a look here: Why do I get a "Parameter is not valid." exception when I read an image from my database?[^] - it explains how to do it in C# (and by extension VB, it's the same process). Other languages will have similar operations.
 
Share this answer
 
Comments
Member 13386916 31-Aug-17 3:54am    
I am using jsp page for front-end and postgresql for back-end..
You know you may find tons of info just Googling[^]?
 
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