Re: Open jpg in default windows application

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Thanks for stan's inputs.

Hi Shimon,

I agree with Stan on the two question you mentioned. The browser based web
page can only displaying those web content html , image in browser, we can
not control them as a normal clientside windows desktop application. Also,
if the web page's response stream is of binary(image) content-type, it can
stream out one image each time...
So regarding on your scenario, I'm not sure you can consider using a custom
httphandler to stream out image files from serverside? We can use the
NET's System.Drawing api to manipulate image stream/content at serverside
and stream them out through HTTPhandler, also we can use url querystring to
let clientside user provide image attrribute (like width , height...)
This would be the most approachable means through ASP.NET I can get
currently. Here is a msdn tech article discussing on create such a image
generation handler (for .net 1.x)

#Using ASP.NET HTTP Handlers to create a photo album
http://www.microsoft.com/belux/nl/msdn/community/columns/desmet/httphandler.
mspx

Hope helps. Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)




--------------------
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Subject: Re: Open jpg in default windows application
| From: Spam Catcher <spamhoneypot@xxxxxxxxxx>
| References: <O$HyosI9FHA.2640@xxxxxxxxxxxxxxxxxxxx>
| Organization: Stan Kee Co.
| Message-ID: <Xns971D1AD2E6Fusenethoneypotrogers@xxxxxxxxx>
| User-Agent: Xnews/2005.10.18
| X-No-Archive: yes
| Reply-To: spamhoneypot@xxxxxxxxxx
| Lines: 32
| X-Complaints-To: abuse@xxxxxxxxxxxx
| X-Complaints-Info: Please be sure to forward a copy of ALL headers
otherwise we will be unable to process your complaint properly.
| Date: Tue, 29 Nov 2005 05:00:47 GMT
| Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onli
ne.de!newshub.sdsu.edu!newsfeed.news2me.com!newsfeed2.easynews.com!easynews.
com!easynews!easynews-local!fe03.news.easynews.com.POSTED!not-for-mail
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:361401
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| "Shimon Sim" <shimonsim048@xxxxxxxxxxxxxxxx> wrote in
| news:O$HyosI9FHA.2640@xxxxxxxxxxxxxxxxxxxx:
|
| > Hi
| > 1) Is it possible to force browser to open image in default windows
| > application? That is what specifies in Folder Options for jpg
| > extension.
|
| No, the browser controls how a file is opened.
|
| > 2) Also if the 1) is possible is it possible to send few jpg files at
| > the same time.
|
| No, each connection is one binary file.
|
| > The problem that I am facing is that the client needs to print some
| > files that are saved on the server. Usually before printing user needs
| > to resize them. It would be the best if image opens right away in the
| > user application. Also very often user need to print more then one
| > file in one time. I have no problem creating the list of files but
| > from then I can just create asp page with images one under another. IE
| > is not good for resizing images - quality is bad.
| >
| > Any suggestions?
|
| CSS? CSS can to some very precise formatting.
|
| Or perhaps consider building a graphics editor right into your
| application (Java, ActiveX?).
|
| --
| Stan Kee (spamhoneypot@xxxxxxxxxx)
|

.



Relevant Pages

  • Re: Open jpg in default windows application
    ... > I agree with Stan on the two question you mentioned. ... The browser based web ... > stream out one image each time... ... > NET's System.Drawing api to manipulate image stream/content at serverside ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: HELP: IE6 problem
    ... >> I get an additional window come up when I open the browser. ... How do I find out what IE6 opens? ... Stan ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: Response with file attached make save/open dialog appear twice
    ... Here is the code I use to stream a csv and it opens in excel. ... then using BinaryWrite to send the bytes to the browser. ...
    (microsoft.public.dotnet.framework.aspnet)
  • failed to open stream: HTTP request failed! HTTP/1.1 503 Service Unavailable
    ... when manually i put url in browser ... it opens. ... Warning: file_get_contents(http://www.mvnforum.com/mvnforum/ ... stream: HTTP request failed! ...
    (comp.lang.php)
  • Re: View Multiple Binary Files(Images)
    ... Microsoft Online Support ... Browser request the web page and retrieve all the html content of that ... Make a custom HttpHandler which will help retrieve image stream from ... | your server's hard disk and write response stream out. ...
    (microsoft.public.dotnet.framework.aspnet)