Click here to Skip to main content
15,916,692 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have network which includes server and many users and I want to save large amount of pictures on the server and I attend to use windows application (written with VB.net ) so can other users access this pictures Through this program.
and the question is : which is the best way to save pictures on server ( not in database ) and save the links of this pictures on database (SQLServer)

&thanks

What is the code "vb. Net" which I use FTP technology ?
Where I want to transfer the image to the server.
Is there Best technical Takina from FTP ?
Posted
Updated 3-Sep-13 8:52am
v2
Comments
[no name] 3-Sep-13 15:01pm    
http://www.bing.com/search?q=vb.net+ftpclient

What on earth is "Best technical Takina"?

Not really enough information. All else being equal, you should save the images in as compressed a form as is agreeable with your needs. For example, .jpg for size, .png if you also need features such as transparent layers.

You will gain nothing by simply saving links in a database - unless it also includes context for the links. In that situation you can use the database to look up links related to some idea (depends, again, upon what's on your mind).

Be a little clearer in describing what you plan to do.

 
Share this answer
 
Yes you can minimize pixels and image to compress its size without loosing its image quality. and store these in file system or on ftp location with appropriate names to refer it easily using file IO operations.

If you place images on ftp then it will add overhead of fetching it from that location.


you can smartly choose the way which way you want to go. and for Desktop application you can use local storage or remote drive to hold your images for faster performance.


Regards
Mubin
 
Share this answer
 
Comments
Majed Jemmieh 23-Dec-15 13:28pm    
thank you

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