how to upload & preview multiple images at single input and store in to php mysql [closed]
- by Nilesh Sonawane
This is nilesh , i am newcomer in this field , i need the script for when i click the upload button then uploaded images it should preview and store into db like wise i want to upload       10 images at same page using php mysql .
    #div
    {
     border:3px dashed #CCC;
     width:500px;
     min-height:100px;
     height:auto;
     text-align:center:
    }
    Multi-Images Uploader
    
        
        
    
    
    
'.$f.'';
    }
}
}
?
</div>
<br>
<font color='#3d3d3d' size='small'>By: Ahmed Hussein</font>
this script select multiple images and then uplod ,
but i need to upload at a time only one image which preview and store into database like wise min 10 image user can upload .......