ipart/form-data"
method="post">
Thanks,
Nik
> -Original Message-
> From: Christophe Lombart
> [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 25, 2005 6:32 AM
> To: Jetspeed Users List
> Subject: Re: File upload using commons fileuploader not working
>
EMAIL PROTECTED]
Sent: Wednesday, February 23, 2005 5:05 PM
To: jetspeed-user@jakarta.apache.org
Subject: File upload using commons fileuploader not working
Hello,
I ran the following code in my portlet.
PortletFileUpload dfu = new PortletFileUpload();
//get the File
By the way, its a JSR 168 portlet that i deployed in Fusion.
Thanks,
Nik
> -Original Message-
> From: nik gonzalez [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 23, 2005 5:05 PM
> To: jetspeed-user@jakarta.apache.org
> Subject: File upload using commons fileuploa
Hello,
I ran the following code in my portlet.
PortletFileUpload dfu = new PortletFileUpload();
//get the FileItems
List fileItems = dfu.parseRequest(request);
Iterator iter = fileItems.iterator();
while (iter.hasNext())
- Original Message -
From: "Alan Chiang" <[EMAIL PROTECTED]>
To: "Jetspeed Users List"
Sent: Tuesday, February 01, 2005 4:42 PM
Subject: Re: File Upload
I pretty much followed the instructions in the link I sent you. I
created a JSP page with a form, and used Turbi
lasses you used, if any change was
> necessary.
>
> Thanks.
>
> - Original Message -
> From: <[EMAIL PROTECTED]>
> To: "'Jetspeed Users List'"
> Sent: Monday, January 31, 2005 6:02 PM
> Subject: AW: File Upload
>
> Yeah, I did it ;)
>
Alan
On Mon, 31 Jan 2005 18:59:14 -0300, Carlos Torres <[EMAIL PROTECTED]> wrote:
> Hello all,
>
> Anybody made a page(portlet) with file upload using JetSpeed 1.5 ?
>
> Please help me.
>
> Thanks.
>
> Carlos Torres
>
>
--
"Calling Canadian b
Return Receipt
Your AW: File Upload
document
Return Receipt
Your AW: File Upload
document
d Users List
Betreff: Re: File Upload
Can you explain how you did it? Which classes you used, if any change was
necessary.
Thanks.
- Original Message -
From: <[EMAIL PROTECTED]>
To: "'Jetspeed Users List'"
Sent: Monday, January 31, 2005 6:0
Can you explain how you did it? Which classes you used, if any change was
necessary.
Thanks.
- Original Message -
From: <[EMAIL PROTECTED]>
To: "'Jetspeed Users List'"
Sent: Monday, January 31, 2005 6:02 PM
Subject: AW: File Upload
Yeah, I did it ;)
--
Yeah, I did it ;)
-Ursprüngliche Nachricht-
Von: Carlos Torres [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 31. Januar 2005 22:59
An: Apache JetSpeed User; Apache JetSpeed Dev
Betreff: File Upload
Hello all,
Anybody made a page(portlet) with file upload using JetSpeed 1.5 ?
Please
Hello all,
Anybody made a page(portlet) with file upload using JetSpeed 1.5 ?
Please help me.
Thanks.
Carlos Torres
Hi guys,
I'm looking for a portlet which will take a document (excel file,
word document, image) and store it, along with a version and a comment by
the user.
ATG have one, out of the box. Does something like that exist for
Jetspeed?
Regards,
Nick Faiz
B2B Developer
Corporate Expre
Turbine has this functionality built in:
Here's an example using a velocity portlet:
In your vm use an html form like the following:
In your doUpload portlet action:
org.apache.turbine.util.upload.FileItem fi =
rundata.getParameters().getFileItem("fileToUpload");
file.write("/var/tmp/");
check out
http://www.mail-archive.com/[EMAIL PROTECTED]/msg10114.html
it should answer your request.
-Original Message-
From: Robert Gombotz [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 05, 2004 10:05 AM
To: 'Jetspeed Users List'
Subject: file upload
hi!
I guess t
Luc Pezet a écrit :
> That's correct : this is not a jetspeed related question ;)
>
> You will need a library to upload file (I suggest
> http://www.javazoom.net/
> as it's free and well done).
If you want to stay "Jakarta", you can also use commons-fileupload project :
http://jakarta.apache.o
tion.
Look at the javazoom documentation for the code.
Luc.
- Original Message -
From: "Robert Gombotz" <[EMAIL PROTECTED]>
To: "'Jetspeed Users List'" <[EMAIL PROTECTED]>
Sent: Thursday, February 05, 2004 10:04 AM
Subject: file upload
hi!
I g
hi!
I guess this is not really a jetspeed-specific question:
I would need to write a portlet, prolly a velocity-portlet, that, after a button is
pressed, opens a file dialog. the user should be able to select a file from his local
file system and then upload it to the machine where jetspeed is
19 matches
Mail list logo