Search:

Type: Posts; User: Tayyabalam

Search: Search took 0.08 seconds.

  1. Thread: jsp

    by Tayyabalam
    Replies
    3
    Views
    939

    Re: jsp

    i have used this jsp code:


    InputStream in = request.getInputStream();
    System.out.println(in.available());
    FileOutputStream fos=new FileOutputStream("D:/a.jpg");
    int size=1024*1024;
    byte...
  2. Thread: jsp

    by Tayyabalam
    Replies
    3
    Views
    939

    jsp

    i am unable to upload image in my webpage using html and jsp .....plz. help me
Results 1 to 2 of 3