Oops, forgot to say that in the code: parser = rundata.getParameters().

>>> [EMAIL PROTECTED] 10/20/03 07:32AM >>>
I'm not sure what you mean by download tool, but here's an example of uploading:

In your vm:
<form action="$jslink.getPortletById($portlet.ID)" enctype="multipart/form-data" 
method="post">
<input type="file" name="fileToUpload" size=20">
<input type="submit" name="eventSubmit_doUpload" value="Upload">
</form>

In your portlet action:
org.apache.turbine.util.upload.FileItem fi = parser.getFileItem("fileToUpload");
file.write("/var/tmp/");


>>> [EMAIL PROTECTED] 10/17/03 03:10PM >>>

Hi,

Does anybody know an upload and download tool to use in jetspeed portal?
any help is appreciated

Thanks


Cevat Ikibas
Office: 812-8560753
Home  : 812-3310332

_________________________________________________________________
Cheer a special someone with a fun Halloween eCard from American Greetings! 
Go to  http://www.msn.americangreetings.com/index_msn.pd?source=msne134 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to