• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jsp upload

 
Author
Posts: 399
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all
i have a problem uploading file on my localhost
i am using jspsmartupload component.
error thrown is :
Internal Servlet Error:
org.apache.jasper.JasperException: Unable to compile class for JSPE:\jakarta-tomcat-3.2.3\work\localhost_8080%2Fexamples\_0002fjspsmartupload_0002fjsp_0002fsample_00031_0002ejspsample1_jsp_0.java:15: Package com.jspsmart.upload not found in import.
import com.jspsmart.upload.*;
well i can understand that it didnot find the "smartupload" package, can someone tell me how to configure it.
i have put the package in "E:\jakarta-tomcat-3.2.3\src", any entries to be made in xml files...??
hope i m clear
malhar
 
Author
Posts: 245
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
dont put it in source, put the jar file in a lib directory, probably in the lib directory of your web application.
 
Malhar Barai
Author
Posts: 399
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all..
got it working now...
thnx anyway
malhar
 
Being a smart alec beats the alternative. This tiny ad knows what I'm talking about:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic