j_a_n_e0110@yao
03-19-2008, 07:07 AM
how to make a save button using c# .net ... saving pictures like jpeg into a specific location.. thanks
|
Click to See Complete Forum and Search --> : save button using c# .net j_a_n_e0110@yao 03-19-2008, 07:07 AM how to make a save button using c# .net ... saving pictures like jpeg into a specific location.. thanks chazzy 03-19-2008, 08:01 AM You mean on a web page.. or a desktop app... ? Web would use ASP.NET controls. Bind it to some client side code, but I would think that this code wouldn't be cross browser compliant, since you really shouldn't be able to just grab control of a user's browser and make them download something. Sounds almost like you want to implant a trojan horse... j_a_n_e0110@yao 03-19-2008, 08:35 AM You mean on a web page.. or a desktop app... ? Web would use ASP.NET controls. Bind it to some client side code, but I would think that this code wouldn't be cross browser compliant, since you really shouldn't be able to just grab control of a user's browser and make them download something. Sounds almost like you want to implant a trojan horse... i'll be using asp.net ... i need to know this, because i would like to make a tshirt maker through asp.net ... thank you chazzy 03-19-2008, 01:54 PM I guess I'm kind of confused as to what you're trying to do. Perhaps, you can save the image server side, and attach it to an ASP and force the headers to make it a download? Would that help? webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |