Click here to Skip to main content
15,883,705 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hallo,

I'm using Npgsql to establish a connection to my PostgreSQL database. Now I want to save a file (using a file upload control).
How can I save this file in my database? How can I use large objects or is there any other possibility?

Thanks
Posted

1 solution

You can use a bytea field type.

In our user manual, you will find an example which writes a file to the database and reads it back. I think you can use it as a base start for your work.

http://npgsql.projects.postgresql.org/docs/manual/UserManual.html[^]

I hope it helps.
 
Share this answer
 
v2
Comments
chris085 6-Dec-11 5:11am    
Thanks.
As next step I want to try out large objects. Does it work when the files are stored on the webserver and not on the postgreSQL server?

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