Search Result

Collapse
2 results in 0.0044 seconds.
Keywords
Members
Tags
image upload
  •  

  • matheussousuke
    started a topic PHP script
    in PHP

    PHP script

    May someone help me correct this script? there a few ' and " and ; in the wrong places:


    Code:
    <?php
    include "./comm.inc"; 
    connectdb(); 
    $sql = "SELECT imgid,imgtype FROM tblimage ORDER BY imgid";  
    
    $result = @mysql_query($sql) or die(mysql_error());  
    
    echo '<table border=1>n';  
    echo '<tr><th>imgid</th><th>imgtype</th><th>imgdata</th></tr>n';
    ...
    See more | Go to post

  • shareme
    started a topic Image loading
    in Java

    Image loading

    Hi
    I am doing image upload in my application. I am getting the image from the FormFile .I am converting the image into byte[] and storing those image in a drive.
    But is there any possible way to store the image in the session as byte[] and then converting these bytes[] back to an image .
    For example in my application in the first page I am allowing user to upload the image and in the next page I am displaying the image...
    See more | Go to post
Working...