Re: AJAX file upload

2010-12-02 Thread Alex Rodriguez Lopez
AX-ified file upload page using Struts 2? If there is some integration with Dojo, it would be even better i.e. not use the OS specific file upload button etc. There are various resources floating around in the net regarding "AJAX file upload". Strictly speaking, there is no such thi

Re: AJAX file upload

2010-12-01 Thread Frank W. Zammetti
resources floating around in the net regarding "AJAX file upload". Strictly speaking, there is no such thing as an "ajax file upload" to begin with. If your web app needs to upload a file, there are two choices: Either you use in all its ugliness (or beauty, if you put eff

Re: AJAX file upload

2010-12-01 Thread piyush kumar
thanks dave!! On Wed, Dec 1, 2010 at 7:09 PM, Dave Newton wrote: > On Wed, Dec 1, 2010 at 8:33 AM, piyush kumar >wrote: > > > Yeah you are right, dojo is there in struts2, but that is all i know :-( > > > > ... > > In any case, it's deprecated, and uses an ancient version of Dojo. Don't > use >

Re: AJAX file upload

2010-12-01 Thread Dave Newton
On Wed, Dec 1, 2010 at 8:52 AM, Peter Nguyen wrote: > This seems to be a recurring piece of advice with regards to the use of the > struts 2 dojo plugin. Out of curiosity, is there any reason why the plugin > is still included in the latest releases? > Yes, because it's deprecated, not removed.

Re: AJAX file upload

2010-12-01 Thread Robert Graf-Waczenski
file upload". Strictly speaking, there is no such thing as an "ajax file upload" to begin with. If your web app needs to upload a file, there are two choices: Either you use in all its ugliness (or beauty, if you put effort into styling the control properly), or you implement a

RE: AJAX file upload

2010-12-01 Thread Peter Nguyen
: Thursday, 2 December 2010 12:39 AM To: Struts Users Mailing List Subject: Re: AJAX file upload On Wed, Dec 1, 2010 at 8:33 AM, piyush kumar wrote: > Yeah you are right, dojo is there in struts2, but that is all i know > :-( > ... In any case, it's deprecated, and uses an ancient v

Re: AJAX file upload

2010-12-01 Thread Dave Newton
On Wed, Dec 1, 2010 at 8:33 AM, piyush kumar wrote: > Yeah you are right, dojo is there in struts2, but that is all i know :-( > ... In any case, it's deprecated, and uses an ancient version of Dojo. Don't use it. Dave

Re: AJAX file upload

2010-12-01 Thread piyush kumar
Yeah you are right, dojo is there in struts2, but that is all i know :-( On Wed, Dec 1, 2010 at 2:29 AM, Harsh C wrote: > How can I setup a AJAX-ified file upload page using Struts 2? If there is > some integration with Dojo, it would be even better i.e. not use the OS > specific file upload but

RE: AJAX file upload

2010-11-30 Thread Tommy Pham
> -Original Message- > From: Brian Thompson [mailto:elephant...@gmail.com] > Sent: Tuesday, November 30, 2010 6:05 PM > To: Struts Users Mailing List > Subject: Re: AJAX file upload > > I was assuming that he wanted his own custom look and feel for the upload >

Re: AJAX file upload

2010-11-30 Thread Brian Thompson
> Sent: Tuesday, November 30, 2010 12:59 PM > > To: Struts Users Mailing List > > Subject: AJAX file upload > > > > How can I setup a AJAX-ified file upload page using Struts 2? If there is > some > > integration with Dojo, it would be even better i.e. n

RE: AJAX file upload

2010-11-30 Thread Tommy Pham
> -Original Message- > From: Harsh C [mailto:hchau...@gmail.com] > Sent: Tuesday, November 30, 2010 12:59 PM > To: Struts Users Mailing List > Subject: AJAX file upload > > How can I setup a AJAX-ified file upload page using Struts 2? If there is some > integratio

AJAX file upload

2010-11-30 Thread Harsh C
How can I setup a AJAX-ified file upload page using Struts 2? If there is some integration with Dojo, it would be even better i.e. not use the OS specific file upload button etc. -- *Thanks, Harsh*

RE: Ajax file upload + RE: About the "struts.multipart.saveDir" for file upload

2009-06-04 Thread Qunhuan Mei
Ok Wes, I'll wait for your code to be ready. You guys hard work make us developers' work easier. Many thanks for that! Qunhuan -Original Message- From: Wes Wannemacher [mailto:w...@wantii.com] Sent: 04 June 2009 13:38 To: Struts Users Mailing List Subject: Re: Ajax file u

Re: Ajax file upload + RE: About the "struts.multipart.saveDir" for file upload

2009-06-04 Thread Wes Wannemacher
wrote: > Hi Wes, > > Struts’ ajax file upload would be very interesting to me since I have > implemented jQuery (http://www.phpletter.com/Our-Projects/AjaxFileUpload/) > and Struts for ajax file upload in my application and had one or two > problem(s). > > FYI: My use case is to up

Ajax file upload + RE: About the "struts.multipart.saveDir" for file upload

2009-06-04 Thread Qunhuan Mei
Hi Wes, Struts’ ajax file upload would be very interesting to me since I have implemented jQuery (http://www.phpletter.com/Our-Projects/AjaxFileUpload/) and Struts for ajax file upload in my application and had one or two problem(s). FYI: My use case is to upload a file, together with utf8

Re: Struts2 Ajax File Upload

2008-12-05 Thread Raghu
; added to your profile."); > }catch(Exception exp){ > LOG.error("Exception in Photo Upload:", exp); > inputStream = new StringBufferInputStream("Photo upload failed. > Please try again later."); > } > return

Re: Struts2 Ajax File Upload

2008-12-05 Thread Raghu
}catch(Exception exp){ LOG.error("Exception in Photo Upload:", exp); inputStream = new StringBufferInputStream("Photo upload failed. Please try again later."); } return Action.SUCCESS; } On Fri, Dec 5, 2008 at 12:45 PM, Dave Newton <

Re: Struts2 Ajax File Upload

2008-12-05 Thread Dave Newton
--- On Fri, 12/5/08, Raghu wrote: > I am trying to implement Ajax File Upload using > JQuery's Form Plugin which uses iframe internally. JQuery's Form Plugin doc says it support response > type of HTML or XML. > > Without Ajax, my file upload works fine. I am not s

Struts2 Ajax File Upload

2008-12-05 Thread Raghu
Hi, I am trying to implement Ajax File Upload using JQuery's Form Plugin which uses iframe internally. JQuery's Form Plugin doc says it support response type of HTML or XML. Without Ajax, my file upload works fine. I am not sure what result type to choose for ajax response. If I use ty

Re: ajax file upload in iframe

2008-06-11 Thread nuria
ault = fixEvent.preventDefault; -- View this message in context: http://www.nabble.com/ajax-file-upload-in-iframe-tp17758498p17776093.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [E

Re: ajax file upload in iframe

2008-06-10 Thread Martin
ginal Message - From: "nuria" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 10, 2008 11:40 AM Subject: ajax file upload in iframe Hi all, I have this problem: the result of form submission (with s:file) is Object HTMLDocument] in firefox and [object] in IE7 in my s:div. I

ajax file upload in iframe

2008-06-10 Thread nuria
}; var request = dojo.io.bind(bindArgs); } -- View this message in context: http://www.nabble.com/ajax-file-upload-in-iframe-tp17758498p17758498.html Sent from the Struts - User mailing list archive at Nabble.com. --

Ajax file upload with Struts2 having problem.

2008-04-14 Thread sharath karnati
Hi All, For ajax file upload in struts2, I used below plugins(including apache common fileupload) AjaxFileUpload-0.03.jar json-lib-2.0-jdk15.jar After adding these .jar files into my project, when I try to access one of my page which is having tabbedpane with theme

ajax file upload

2008-03-13 Thread matthieu martin
Hi all ! I have a rather disturbing issue with a file upload. I have the tag used along with a form. This works just fine, I get my files on the server. In my action, I move my file where I want to, and I create my entry in the database. I refresh my div containing my images. The problem is thi

Re: ajax File Upload

2007-08-13 Thread Jan Steinke
FF and IE. Doesn't make a difference using a jsp or a jspf as result. I'm getting still a [object HTMLDocument] in my div. Jan Musachy Barroso schrieb: That's a little bit strange, does it happen on FF and IE? Does it happen even if you return just an HTML fragment? (instead of the whole page)

Re: ajax File Upload

2007-08-13 Thread Musachy Barroso
That's a little bit strange, does it happen on FF and IE? Does it happen even if you return just an HTML fragment? (instead of the whole page) musachy On 8/13/07, Jan Steinke <[EMAIL PROTECTED]> wrote: > Hi There, > i've implemented an Ajax FileUpload using struts 2.0.9. Works fine and > (since m

Re: ajax File Upload

2007-08-13 Thread Umesh kudtarkar
upload finished > > > > > Thanks a lot for any help, > > Jan > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For addi

ajax File Upload

2007-08-13 Thread Jan Steinke
Hi There, i've implemented an Ajax FileUpload using struts 2.0.9. Works fine and (since my last mail to this list) redirects to a result jsp. But the Browser only shows [object HTMLDocument] inside the "targets" div instead of the result page. My Code. enctype="multipart/fo

Re: Struts2 with AJAX file upload??

2006-12-16 Thread Don Brown
06 12:22 AM Subject: Re: Struts2 with AJAX file upload?? > What do you mean by trying to find controller tags in struts.xml? How > do you have it implemented in Struts 1? > > Don > > On 12/15/06, Nagraj Rao <[EMAIL PROTECTED]> wrote: >> Hi guys >> >> I wa

Re: Struts2 with AJAX file upload??

2006-12-15 Thread Nagraj Rao
L PROTECTED]> To: "Struts Users Mailing List" Sent: Saturday, December 16, 2006 12:22 AM Subject: Re: Struts2 with AJAX file upload?? What do you mean by trying to find controller tags in struts.xml? How do you have it implemented in Struts 1? Don On 12/15/06, Nagraj Rao <[EM

Re: Struts2 with AJAX file upload??

2006-12-15 Thread Don Brown
What do you mean by trying to find controller tags in struts.xml? How do you have it implemented in Struts 1? Don On 12/15/06, Nagraj Rao <[EMAIL PROTECTED]> wrote: Hi guys I want to implement AJAX file upload in Struts2. tried searching over on the net, but couldn't find much

Struts2 with AJAX file upload??

2006-12-15 Thread Nagraj Rao
Hi guys I want to implement AJAX file upload in Struts2. tried searching over on the net, but couldn't find much. I have an AJAX based file uploader working in Struts1.x but i'm not able to migrate it to Struts2 due to some uncommon controller mappings (such as i'm not findin