Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Can we have some method in C# by which I can compress images and send through URL param to my server ?
I want to send images in URL .
Please anybody can suggest a good method in C#, asp.net
Posted
Comments
OriginalGriff 9-Oct-12 3:41am    
Anything is possible (almost).
The problem is that your question makes no real sense.
Perhaps if you explain in more detail what you are trying to do - with an example, perhaps?
Use the "Improve question" widget to edit your question and provide better information.
Ajit Kumar Pal 9-Oct-12 7:51am    
I want to send images by calling restful Url like http://myserver?image1=ImageDataAsString and on server I want to get it and convert back to image and save to server. This is I want to achieve .

1 solution

I think, you want to resize the image before uploading. if your problem is like that then you can follow this link, it is useful for your problem -http://csharpdotnetfreak.blogspot.com/2010/02/resize-image-upload-ms-sql-database.html[^]

http://imageresizing.net/[^]
 
Share this answer
 
Comments
Ajit Kumar Pal 9-Oct-12 7:52am    
No Sumit , I want to send images by calling restful Url like http://myserver?image1=ImageDataAsString and on server I want to get it and convert back to image and save to server. This is I want to achieve .

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