Trying to diplay jpg images in JSP.....plz help

I have a set of jpg images that I have stored in my server, not in a database. So far, my code can iterate over the directory the images are stored in and can display them as links that users can click on. I can locally click on these links and see the images pop up but anybody outside on the internet can see these links but when clicked upon, show nothing. Here is my code so far.
<h1>Welcome to the CT Image page </h1>
<hr>
<%
String SS = request.getParameter("Social Security");
String directory = "d:\\temp\\Tomcat\\jakarta-tomcat-4.0.3\\webapps\\ROOT\\Mproject\\CT-Images\\" + SS;
File dataDir = new File(directory);
if(!(dataDir.exists()) && !(dataDir.isDirectory()))
%>
     <jsp:forward page = "Reject2.jsp" />
<%
File[] listing = dataDir.listFiles();
for(int x = 0; x < listing.length; x++)
     out.println("<li>" + " <a href = "+ listing[x] +" " +"</a>" + "</li>");
     out.println(listing[x]);
%>
I am wondering how to I go about making these images avaiable to be viewed by ppl on the internet who is accessing my server. Any help on this matter is greatly appreciated. Thank you
Andrew

Whether you want to have links to the images or put them in the page directly, you have the same problems:
File[] listing = dataDir.listFiles();
out.println("<li><a href=\""+ listing[x] +"\">" + listing[x] + "</a></li>");First was that you have bad HTML formatting in your "list" elements. It should be more like above.
Second, the values for listing[x] are not correct for the web page. The values are going to end up being files, which should print out the absolute path of that File, so you'd get something like this:
d:\\temp\\Tomcat\\jakarta-tomcat-4.0.3\\webapps\\ROOT\\Mproject\\CT-Images\\xxxxx\\image1.jpg
This would only ever work on your PC, cuz this is not the proper way to write URLs for a web site. You want the image URLs to be like this:
/Mproject/CT-Images/xxxxx/image1.jpg
So that it's a relative path to the image from the server's root directory. If you know ahead of time that the path is always going to be that, you can have this:
String directory = "d:\\..........." + SS;
String basepath = "/Mproject/CT-Images/" + SS + "/";
File[] listing = dataDir.listFiles();
String filename = listing[x].getName();
out.println("<li><a href=\""+ basepath + filename +"\">" + filename + "</a></li>");
// or to just show the image
out.println("<img src=\""+ basepath + filename +"\" />");

Similar Messages

  • Exasperated trying to do a pay pal button, plz help!

    I am trying to add a buy button to an image on my website.  Pay pal gave me the code.  But where do I put it?
    The image is a rollover image but at this point I'll settle for just getting it up there.  I do want the custom image, not the pay pal logo, which will disturb the site design.
    Also, I tried going the route of adding a dreamweaver extension, but could not find "api" information on the paypal site.
    thx in advance.

    Hi  all -
    Sorry, I got called away to another task and this is my first chance to get back.  Desperately need to get this page up.
    Here's the code to the page.  Here's the line to search for that refers to the image I want to link to a pay pal page: 
    <img src="images/cx_paypal_u_NEWEST.jpg" alt="Order with Pay Pal" name="paypal" width="235" height="80" border="0">
    Just for a test, when I replaced the button text with the pay pal code, a drop-down box appeared with the test amounts I had set up.
    I only want the button to link to the page.  And honestly, I really don't even want drop-down options, just a field where a customer can enter an amount with their credit card.
    I'm sort of old school when it comes to privacy and like maintaining my anonymity in the forums. I'd be happy to send a link but could I do it by email?
    Help.
    Thanks.
    EG
    <html>
    <head>
    <title>Contact</title>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <style type="text/css">
    <!--
    body {
    background-color: #000000;
    a:link {
    text-decoration: none;
    a:visited {
    text-decoration: none;
    a:hover {
    text-decoration: none;
    a:active {
    text-decoration: none;
    -->
    </style>
    <script type="text/javascript">
    <!--
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    </head>
    <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('images/home_bc_home_sel.jpg','images/home_bc_vprod_sel.jpg','im ages/home_bc_cx_sel.jpg','images/cx_email_sel_NEWEST.jpg','images/cx_paypal_sel_NEWEST.jpg ','images/home_bc_reel_sel.jpg')">
    <!-- ImageReady Slices (Web Page new for corporate 800x600 sliced cxpage.psd - Slices: bottom_footer, cx_TL, cx_TM, cx__reel_u, cx_bc_cx_u, cx_bc_home_u, cx_bc_left side, cx_bc_right, cx_bc_vprod_u, cx_body_l, cx_body_r, cx_bottom_l, cx_bottom_r, cx_byphone_sel_02, cx_email_l, cx_email_r, cx_email_sel, cx_header,
    cx_moreinfo_sel_01, cx_paypal_l, cx_paypal_r, cx_paypal_sel, cx_tr) -->
    <table width="800" height="557" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
    <tr>
    <td colspan="3">
    <img src="images/cx_TL.jpg" alt="" width="267" height="48" border="0"></td>
      <td colspan="6">
    <img src="images/cx_TM.jpg" alt="" width="266" height="48" border="0"></td>
      <td colspan="2">
    <img src="images/cx_tr.jpg" alt="" width="267" height="48" border="0"></td>
      </tr>
    <tr>
    <td colspan="11">
    <img src="images/cx_header.jpg" alt="&lt&gt;" width="800" height="93" border="0"></td>
      </tr>
    <tr>
    <td>
    <img src="images/cx_bc_left-side.jpg" alt="" width="109" height="34" border="0"></td>
    <td><a href="index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image34','','images/home_bc_home_sel.jpg',1)"><img src="images/home_bc_home_u.jpg" alt="Home" name="Image34" width="120" height="34" border="0"></a></td>
    <td colspan="4"><a href="vprod.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Video Production','','images/home_bc_vprod_sel.jpg',1)"><img src="images/home_bc_vprod_u.jpg" alt="Video Production" name="Video Production" width="194" height="34" border="0"></a></td>
    <td colspan="3"><a href="reel_dual_new.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Reel','','images/home_bc_reel_sel.jpg',1)"><img src="images/home_bc_reel_u.jpg" alt="View Reel" name="Reel" width="110" height="34" border="0"></a></td>
    <td><a href="cx.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Contact','','images/home_bc_cx_sel.jpg',1)"><img src="images/home_bc_cx_u.jpg" alt="Contact " name="Contact" width="134" height="34" border="0"></a></td>
    <td>
    <img src="images/cx_bc_right.jpg" alt="" width="133" height="34" border="0"></td>
      </tr>
    <tr>
    <td rowspan="4">
    <img src="images/cx_body_l.jpg" alt="" width="109" height="288" border="0"></td>
      <td colspan="9">
    <img src="images/cx_moreinfo_NEWEST.jpg" alt="" width="558" height="53" border="0"></td>
    <td rowspan="4">
    <img src="images/cx_body_r.jpg" alt="" width="133" height="288" border="0"></td>
      </tr>
    <tr>
    <td colspan="9">
    <img src="images/cx_byphone_u_NEWEST.jpg" alt="&lt;&gt;" width="558" height="76" border="0"></td>
      </tr>
    <tr>
    <td colspan="4">
    <img src="images/cx_email_l.jpg" alt="" width="186" height="79" border="0"></td>
    <td colspan="2"><a href="mailto:@yahoo.com" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Email','','images/cx_email_sel_NEWEST.jpg',1)"><img src="images/cx_email_u_NEWEST.jpg" alt="Email" name="Email" width="186" height="79" border="0"></a></td>
    <td colspan="3">
    <img src="images/cx_email_r.jpg" alt="" width="186" height="79" border="0"></td>
      </tr>
    <tr>
    <td colspan="3">
    <img src="images/cx_paypal_l.jpg" alt="" width="172" height="80" border="0"></td>
    <td colspan="4"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('paypal','','images/cx_paypal_sel_NEWEST.jpg',1)"><img src="images/cx_paypal_u_NEWEST.jpg" alt="Order with Pay Pal" name="paypal" width="235" height="80" border="0"></a></td>
    <td colspan="2">
    <img src="images/cx_paypal_r.jpg" alt="" width="151" height="80" border="0"></td>
      </tr>
    <tr>
    <td colspan="3">
    <img src="images/cx_bottom_l.jpg" alt="" width="267" height="93" border="0"></td>
      <td colspan="6">
    <img src="images/bottom_footer_movedfinal.jpg" alt="&lt;copyright&gt;" width="266" height="93" border="0"></td>
    <td colspan="2">
    <img src="images/cx_bottom_r.jpg" alt="" width="267" height="93" border="0"></td>
      </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="109" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="120" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="38" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="14" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="14" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="128" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="58" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="35" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="17" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="134" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="133" height="1" alt=""></td>
    </tr>
    </table>
    <!-- End ImageReady Slices -->
    </body>
    </html>

  • Tabs in JSP- Plz help-Urgent

    I want to have 3 tabs say Tab1, tab2, tab3 in my page and based on which tab is clicked , I have to display the contents of a table.
    Ex: if Tab1 is clicked, i have to display contents of Table1 and tab2,table2 and so ...
    Plz help with how to link the click on the tab to calling of the JSP file which retrives and displays the data???....
    Its urgent ;plz help

    dnamiot ,
    I'm also looking for similar funcitonality.
    the URL mentioned in your reply is not free ware. you know, it is tough to convince management to buy a software for the project even it is $1.
    So if you know any taglibrary which is free ware , which generates maximum of 4 tabs and dynamic in nature, please let me know.
    Thanks in advance
    tekbond

  • Diplay an image in jsp

    I have an image file stored in database and now i want to display it in the jsp. Is it possible? Also can you please send me some sample code for this.

    Just add an <img> tag in your JSP and make its URL call a servlet that will stream the image out of the DB back to the browser.

  • Calendar app crashes when trying to view jpg image off calendar event.

    i run my electrical buisness off the calandar app and it synces with 5 other people including myself. we scan an image(work order) attach it to the event in the calander then everyone can download it and view it anyware instantly. my problem is that 1 out of 5 times it will crash as soon as you tap the attachment in the calander event. it crashes back to home screen. any suggestions?
    i really dont want to go back to windows operating system. i convinced everyone to go apple and now they are on my *** about this issue. THANKS

    An obsertation:  I have what appears to be an all-day event on April 1, that is a note that it is April Fools Day.  However, this note is part of a holidays calendar that I subscribe to on my iPad.  The holiday entries are an actual subscription, not individual entries on the calendar.
    I have not had any Calendar crashes with this April 1 entry at all.  As Skydiver said, it might be a DST problem, but it seemed strange that some folks are having crash problems with all day entries on 4/1 and some are not.  Maybe this subscription entry doesn't count as an all day entry??  Dunno.

  • Uploading images with jsp-PLEASE HELP

    Hi
    I would like to allow users to upload images(photos) from the website im doing.
    i was gonna use perl which seems quite easy. Since everything else i used was jsp i thought i might try to do uploader in jsp (though its seems more difficult)
    id like to limit :
    the maximum file size to be uploaded ,
    the maximum width/height of the image file
    the list of the acceptable mime-types (Content-Types) -jpg, gif
    Any suggestions how to go about it PLEASE- ie. what packages, classes do i need- mimeparser, BufferedImage, FileFilter? cos im bit lost which classes to use.
    THANKS LOTS
    sabcarina

    This is the jsp File which helps me to upload the file
    But for this Jakarta Commons fileupload is needed which is normally provided with Tomcat 5.5
    The code is
    <%@ page contentType="text/html;charset=windows-1252"%>
    <%@ page import="org.apache.commons.fileupload.DiskFileUpload"%>
    <%@ page import="org.apache.commons.fileupload.FileItem"%>
    <%@ page import="java.util.List"%>
    <%@ page import="java.util.Iterator"%>
    <%@ page import="java.util.*"%>
    <%@ page import="java.io.File"%>
    <%@ page import="com.common.*"%>
    <!--<html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>Process File Upload</title>
    </head>-->
    <%
         DerivedLastNoEntity objLastNoEntity=new DerivedLastNoEntity();
         DerivedLastNoObject objLastNo=(DerivedLastNoObject)objLastNoEntity.getData(new DerivedLastNoObject(10)).get(0);
         int lastNo=objLastNo.getLastNo();
         String forwardString=null;
         StringBuffer parameters=new StringBuffer();
            DiskFileUpload fu = new DiskFileUpload();
            // If file size exceeds, a FileUploadException will be thrown
            fu.setSizeMax(1000000);
            List fileItems = fu.parseRequest(request);
            Iterator itr = fileItems.iterator();
            while(itr.hasNext()) {
              FileItem fi = (FileItem)itr.next();
              //Check if not form field so as to only handle the file inputs
              //else condition handles the submit button input
              if(!fi.isFormField()) {
              String fileName=fi.getName();
              if(fileName.length()>0)
                   fileName=(++lastNo)+fileName.substring(fileName.lastIndexOf("."));
                   File fNew= new File(application.getRealPath("/"), fileName);
                   parameters.append("&fileName=/struts-blank/"+fileName);
                   fi.write(fNew);
         else
              if(fi.getFieldName().equals("forwardString"))
                   forwardString=fi.getString();
              else
                   parameters.append("&"+fi.getFieldName()+"="+fi.getString());
         objLastNo.setLastNo(lastNo);
         objLastNoEntity.edit(objLastNo);
         System.out.println("before "+forwardString);
         if(parameters.length()>0)
              if(forwardString.indexOf("?")<0)
                   forwardString=forwardString.concat(parameters.toString().replaceFirst("&","?"));
              else
                   forwardString=forwardString.concat(parameters.toString());
         System.out.println("after "+forwardString);
         response.sendRedirect(forwardString);
    %>
    <!--<body>
    Upload Successful!!
    </body>
    </html>-->Bye for now
    CSJakharia

  • Copy Paste Images...Plz help..

    Hi All,
    I am trying to find solution to Select a part of the image in my Panel and paste it in the same panel where the user wishes to...We can do this using clipboard ,but this will be pasted on the panel as an image...but i want the co-ordinates of the images that are there in hte image ...is it possible by any chance..
    Hope i was clear in explaining the prob..
    Any kind of help wud be appreciated...
    Thanks in advance.
    Arpana

    Maybe I can help you, but its not clear for me what you want.
    You have an Image, the user can select a part of that image, by clicking on the main image.
    Next the user can click a destination position for that image (on top of this main image?)!??
    Correct me where I went wrong!
    Luca

  • Error message while trying to download Itunes for Windows Vista.plz help!

    I've been trying to install itunes 9 on windows vista system. During the install, it says "error occurred during installation of assembly policy 8.0.microsoft.vc80.CRT, version 8.0.50727.403 type win 32 policy public key token=1fc8b3b901e18e3bprocess architecture=x86 Quicktime installs OK, but Itunes install is interruped -- Apple Support install portion is rolled back after this error pops up. I went thru suggested Apple troubleshooting options, got same error. Ran install as administrator from desktop, also did not work. Tried installing both thru apple software updater and directly from Apple website -- still get error. I am also having trouble downloading new updates for my computer, has anyoone exp this?? I am so frustrated, I have a new nano and can't use it

    Interesting.
    Okay, let's try some general principles troubleshooting with this one, then.
    (1) Do you currently have a copy of the Microsoft Visual C++ 2005 Redistributable Package installed on that PC? If so, try downloading the following security update:
    [Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package ATL Security Update|http://www.microsoft.com/downloads/details.aspx?familyid=766a6af7-ec73-4 0ff-b072-9112bab119c2&displaylang=en#filelist]
    Does iTunes install for you after applying that update?
    (2) If no joy there, head into your Windows Update and click on the Update History. Have a lot of Updates also been failing for you recently? If so, doubleclick on the entries for the failed updates to bring up more information on each. What error codes appear for you for the failed updates? (Precise spelling, please.)

  • Class cast exception in jsp plz help

    i have written a jsp where i displayed a text box with value given by user inside it
    when the user enters some other value in text box and clicks on update button then i forwarded reqeust to servlet which will some data base work
    servlet will forward again to the same jsp with the new value in text box.
    but i am getting CLASS CAST EXCEPTION when servlet is forwarding reqeust to same JSP
    help me what to do ........
    thanking you in advance ..cheers

    display cart.jsp file:
    <%@ page import="java.util.*,org.*" %>
    <html>
    <body>
    <%
    Vector cartupdate = (Vector)session.getAttribute("cartlist");
    for (int i = 0; i < cartupdate.size(); i++) {
    CartListBean clb = (CartListBean)cartupdate.elementAt(i);
    %>
    <form name="itemslist<%=i%>" action="updateCart" method="post">
    <input type="hidden" name="itemcode" value="<%=clb.getItemCode()%>">
         <input type="hidden" name="itemname" value="<%= clb.getItemName()%>">
    <input type="hidden" name="price" value="<%= clb.getPrice()%>">
    <%= clb.getItemName() %>
    <input type="text" name="qty" value="<%=clb.getQuantity()%>">
    <input type="submit" name="<%=clb.getItemCode()%>" value="update">
    </form>
    <br>
    <%
    %>
    <form name="tobuy" action="buysrv" method="post">
    <input type="submit" name="buy" value="BUY">
    </form>
    </body>
    </html>
    updatecart servlet code:
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    import org.*;
    import java.sql.*;
    import java.util.*;
    public class UpdateCart extends HttpServlet
    public void service(HttpServletRequest request,HttpServletResponse response) throws IOException,ServletException
    HttpSession session=request.getSession(false);
    Vector cartupdate = (Vector)session.getAttribute("cartlist");
    for (int i = 0; i < cartupdate.size(); i++) {
    org.CartListBean cart = (org.CartListBean)cartupdate.elementAt(i);
    if((cart.getItemCode()).equals(request.getParameter("itemcode")))
    org.CartListBean clb=new org.CartListBean();
    clb.setItemCode(request.getParameter("itemcode"));
         clb.setQuantity(request.getParameter("qty"));
         clb.setItemName(request.getParameter("itemname"));
    clb.setPrice(request.getParameter("price"));
    cartupdate.setElementAt(clb,i);
    session.setAttribute("cartlist",cart);
    ServletContext application=getServletContext();
    System.out.println("got finished");
              RequestDispatcher rd=application.getRequestDispatcher("/displaycart.jsp");
                   rd.forward(request,response);
    Message was edited by:
    143java

  • Album is not showing watsapp images...plz help

    Hi...i have Z3 n my watsapp pictures are saved but I cant see them in album..please help urgent...

    1. open the album app
    2. swipe left to right
    3. folders
    4. whatsapp

  • Plz help me work out in jsp

    hai to all
    I am new to Jsp,plz help me how to define and declare the Function in Jsp, if i declare and define the function and how i call the function within a jsp.
    i worked the Jsp in the Tomcat 5.5 Environment it shows me some error.
    The sample coding which i have worked out is
    <html>
    <title> Sample code for calling a jsp </title>
    <head> </head>
    <body>
    <%!
    public void function()
    out.println("hai");
    %>
    <h1> hello Good Morning </h1>
    <%
    function();
    %>
    The Error which are shown in the Tomcat Environment is
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: 15 in the jsp file: /call.jsp
    Generated servlet error:
    out cannot be resolved
    Regards
    udhaya.c

    The implicit objects are avbl only inside scriptlets <%........%> and not inside your own custom methods (which you shouldnt anyways be having, in first place. However its ok since you have just about begun with jsps).
    To use the implicit 'out' object within custom methods, you will have to pass them as parameters when you call the methods from within your scriptlets.
    Try this
       <% @ page import="java.io.*"%>
      <html>
    <title> Sample code for calling a jsp </title>
    <head> </head>
    <body>
    <%!
    public void function(PrintWriter out) throws IOException
    out.println("hai");
    %>
    <h1> hello Good Morning </h1>
    <%
    function(out);
    %>cheers,
    ram.

  • AddChild function in another Class. plz help!

    Hi,
    I am trying to pull a funtion that adds a child to a container. This function gets pulled in another class. All the traces do work by the child doesn't show.
    pulling the function from StickerBook_Class
    public static var stickBook_Class:StickerBook_Class = new StickerBook_Class  ;
    public var stickBook:stickerBook = new stickerBook  ;
    stickBook_Class.addSticker(stickBook);
    function in StickerBook_Class
    public function addSticker(bg:MovieClip):void
    trace("sticker in album");
    stickBook.addChild(stick1)
    stick1.x = 673
    stick1.y = 80
    any ideas what im doing wrong? the trace deos show by no image is visible.
    plz help me
    Thx
    pavel

    Hi Pavel,
    isn't your method supposed to be similar to below one?
    public function addSticker(sticker:MovieClip):void
         trace("sticker in album");
         stickBook.addChild(sticker);
         sticker.x = 673;
         sticker.y = 80;
    it looks like you want to pass reference to movie clip in your method definition - but within method body you're using variables defined outside of method (so that is hard to other people to see what could be wrong with your code).
    If you are comfortable with your IDE debugging tool just place break-point in e.g. stickBook.addChild(stick) and see what is value of *stick* object during code execution,
    regards,
    Peter

  • Plz help: how to Add a lens profile ? (mac)

    hello
    i am having problems with the lens profile.
    i am working with raw images and when i open in phoshop cs6 (on Mac) and click on lens correction
    cant detect what lens i m using (is the canon 16-35 mm) it just gives me option from other canon lens but not this one
    when i click search online - doesnt work as well.
    i even downloaded the Adobe lens profile downlaoder and find the profile for the lens and downloaded it but still doesnt apper in photoshop lens correcton.
    when i open the image in lens correction in the info box under the image gives all the correct info what camera and lenses are used !! but why there isnt any lenses avalable to select when tried to edit the image??
    please help how to Add a lens profile from Adobe lens profile downlaoder or how to add in anather way  canon lenses.
    thank you

    can anyone help please?

  • Hi, plz help me. i wanna store photos to sql database. so how to insert file field into insert record in dreamweaver cs3?

    I dont know how to insert file field into insert record in DW. i also want to know, insert dynamic table with image field. Plz help me anyone. Ty..

    ohh kk thank you bro. But How to store photos to server file. I wanna upload and display the photos in webpage. Can you send me the php code for this?

  • How to upload the image and diplay the image in the browser using jsp

    How to upload the image and diplay the image in the browser using jsp
    thanks
    shan

    i'll suggest looking for sample code or tutorial with a relevant query in google, which as far more time than us to answer this type of reccurent question

Maybe you are looking for