I need a Java Component for uploading files with the following specifications : *Takes the pathes of the files at the client as a parameter ( no browse or file dialog ) *The path of the uploading files at server can be specified *The Component should run in JSP/Servlet environment ( no *.asp, ActivX Component or COM Object )
Sandeep. Oza
Ranch Hand
Joined: Feb 04, 2002
Posts: 66
posted
0
Dear Yasser, Check foll url.. JspSmartUpload It is the Best to upload file.. Fill the form and download class/jar file. Good Day. Sandeep Oza
Yes, Everything Is Possible
Pauline McNamara
Sheriff
Joined: Jan 19, 2001
Posts: 4011
posted
0
Hello "Captain", A couple things... Please do not post the same question to several forums. We have a little rule about display names around here: we'd like you to use your real name, or at least a name that looks real (not titles like Mister or Captain). Could you please take a minute to change your display name here? Oh, and another thing - welcome to JavaRanch. Pauline [ November 07, 2002: Message edited by: Pauline McNamara ]
Salman Yasser
Greenhorn
Joined: Aug 22, 2002
Posts: 25
posted
0
This is not what I need I need to set the pathes of the files to be uploaded without using browse and file dialog So I think I need an applet to do that ( with parameters represents the files to be uploaded )