Hi has anybody used the jsp smartupload for uploading files
Well I need to upload a file and use other html controls (like text boxes)
on the page. Here is some code that I used but the print statement for the
textbox is returning null, even though the file gets uploaded
Any suggestions will be most welcome


        SmartUpload oSmartUpload = new SmartUpload();
        //oSmartUpload.initialize(pageContext);
        oSmartUpload.initialize(getServletConfig(),request,response);
        System.out.println("1");
    out.println(oSmartUpload.getRequest().getParameter("txtName"));
        oSmartUpload.upload();
        oSmartUpload.save("c:/");

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to