User Profile

Collapse

Profile Sidebar

Collapse
jesmee
jesmee
Last Activity: Jan 27 '10, 09:56 AM
Joined: Jan 27 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jesmee
    started a topic my code of uploading picture
    in Java

    my code of uploading picture

    Code:
    <%@ page import="java.util.List" %>
       <%@ page import="java.util.Iterator" %>
       <%@ page import="java.io.File" %>
       <%@ page import="org.apache.commons.fileupload.servlet.ServletFileUpload"%>
       <%@ page import="org.apache.commons.fileupload.disk.DiskFileItemFactory"%>
       <%@ page import="org.apache.commons.fileupload.*"%>
    ...
    See more | Go to post
    Last edited by Markus; Jan 27 '10, 08:02 PM. Reason: Added [code] tags

  • jesmee
    started a topic jsp smart upload
    in Java

    jsp smart upload

    hello,

    i need the code that uploads the image file of specific size from smart upload. If the file that has more size with the limited size is uploaded, the code must trim the size of file to the limited and specific size.Please help me for this code.

    thanks in advance
    See more | Go to post
No activity results to display
Show More
Working...