Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello I am saurav I want the code how to upload and display the images on website in jsp or java. kindly help me ...
Posted
Updated 24-Nov-11 22:55pm
v2
Comments
Nagy Vilmos 25-Nov-11 4:55am    
Added GimmeCode tag

1 solution

Here is a simple template for you:

Java
package upload;
 
public class UploadApp {
 
    public void main (String[] args) {
        //  code goes here
    }
}


Enjoy!
 
Share this answer
 
Comments
garvit21 14-Mar-13 23:19pm    
what a genius you are....cant you understand the question what saurav is asking.. Do you think your answer is gonna help him anyway?????????
Nagy Vilmos 15-Mar-13 3:08am    
Yes it will help. The idea is that he should try a bit of research before posting. There is no question just a request for code.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900