RE: File upload using commons fileuploader not working

2005-02-25 Thread nik gonzalez
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 >

Re: File upload using commons fileuploader not working

2005-02-24 Thread Christophe Lombart
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

RE: File upload using commons fileuploader not working

2005-02-23 Thread nik gonzalez
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

File upload using commons fileuploader not working

2005-02-23 Thread nik gonzalez
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())

Re: File Upload

2005-02-03 Thread Carlos Torres
- 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

Re: File Upload

2005-02-01 Thread Alan Chiang
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 ;) >

Re: File Upload

2005-02-01 Thread Alan Chiang
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

AW: File Upload

2005-02-01 Thread Christopher Wood
Return Receipt Your AW: File Upload document

AW: File Upload

2005-02-01 Thread Christopher Wood
Return Receipt Your AW: File Upload document

AW: File Upload

2005-01-31 Thread apache
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

Re: File Upload

2005-01-31 Thread Carlos Torres
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 ;) --

AW: File Upload

2005-01-31 Thread apache
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

File Upload

2005-01-31 Thread Carlos Torres
Hello all, Anybody made a page(portlet) with file upload using JetSpeed 1.5 ? Please help me. Thanks. Carlos Torres

portlet for file upload and versioning

2004-03-04 Thread Nick Faiz
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

Re: file upload

2004-02-05 Thread Stuart Belden
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/");

RE: file upload

2004-02-05 Thread Pramod Jain
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

RE: file upload

2004-02-05 Thread Pernoud Aurelien
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

Re: file upload

2004-02-05 Thread Luc Pezet
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

file upload

2004-02-05 Thread Robert Gombotz
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