Re: Uploading multiple files using single tag.

2012-04-06 Thread jayakumar ala
Sharath, You need to use tools like Uploadify for this to work. I am using Uploadify with struts2 it works perfectly fine to me. Thanks Jay On Fri, Apr 6, 2012 at 11:42 AM, sharath karnati wrote: > It is using multiple tags. I need a single and need to > upload multiple files. > > --- On Fri

Re: Query: SOAP Webservices

2010-04-10 Thread jayakumar ala
sult IBM office site, you may find the documents( tutorial) you > need there. good luck. > > On Sat, Apr 10, 2010 at 4:39 AM, jayakumar ala > wrote: > > Hi All, > > Quick question: > > Did anyone here worked with SOAP webservices for Fileupload using > > struts

Query: SOAP Webservices

2010-04-09 Thread jayakumar ala
Hi All, Quick question: Did anyone here worked with SOAP webservices for Fileupload using struts2..? We have the requirement to upload files through SOAP web services(JAX-WS). I am looking for document on the same... Any help is appreciated.. Thanks

Re: SImple question on bypassing prepare

2010-04-01 Thread jayakumar ala
> > -Original Message----- > > From: jayakumar ala [mailto:alajay...@gmail.com] > > Sent: Thursday, April 01, 2010 2:05 PM > > To: Struts Users Mailing List > > Subject: SImple question on bypassing prepare > > > > Hi All, > > I am new to s

SImple question on bypassing prepare

2010-04-01 Thread jayakumar ala
Hi All, I am new to struts2 and need small help on how i can bypass calling prepare method before any other method. In my case i am trying to call customized method before prepare method to set some values. I did set method in my struts.xml but it is still calling prepare(). I want this prepare to

Re: Unique Id creation

2009-12-17 Thread jayakumar ala
t; be zero-padded? (besides code written for ~277 years from now, when it > still > likely wouldn't matter?) > > -Original Message- > From: Todd Grigsby [mailto:strutsu...@tgrigsby.com] > Sent: Tuesday, December 15, 2009 3:02 PM > To: Struts Users Mailing List >

Re: Unique Id creation

2009-12-15 Thread jayakumar ala
java.sun.com/j2se/1.5.0/docs/api/java/io/File.html#createTempFile(java.lang.String,%20java.lang.String,%20java.io.File) > > Then I relate the uploaded filename with the saved temp file name in a > database table. > > Gabriel > > 2009/12/15 Todd Grigsby : > > jayakumar ala wr

Unique Id creation

2009-12-15 Thread jayakumar ala
Hi All, I am using struts2 in my web application. Which is the best way to create unique Id for each file upload i do in my application...? Thanks Ala

Folder Upload

2009-11-24 Thread jayakumar ala
Hi All, Is there anyway we can be able to upload a folder using struts2 + jsp or struts2+other way. I don't want to use applets or flash. Any help is appreciated. Thanks Jay

Re: Problem in uploading file from stand-alone application

2009-11-17 Thread jayakumar ala
Rupesh, Probably you can try this with Apache HttpClient. On Tue, Nov 17, 2009 at 1:45 AM, Rupesh Mankar < rupesh_man...@persistent.co.in> wrote: > Hi, > > I want to upload file on server from stand-alone application (using > HTTPURLConnection). But when I run stand-alone application which uploa