Good day guys. I have created a small application that records a person's information from the client pc to server pc but i also want to save the person's scanned birth certificate (in jpeg format, probably will not be compressed so its file size will be around 3-4mb). I assume that the application will contain at least 50k to 100k records so saving it directly in the database is not an option as it will make the database file size huge. My workaround is to save it in the server's hard disk and save the path of the image in the database. My question is how do i transfer the scanned image, which will be uploaded in the client PC, to the server?

I am using VB 2010 and SQL Server 2008 R2 Express and i connect all the workstations via Wifi. Maybe this info will be of help. Thanks in advance.