Re: AJAX file upload

2010-12-02 Thread Alex Rodriguez Lopez
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 thing as an ajax file upload to begin

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 hchau...@gmail.com 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

Re: AJAX file upload

2010-12-01 Thread Dave Newton
On Wed, Dec 1, 2010 at 8:33 AM, piyush kumar alivelove2...@gmail.comwrote: 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 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 alivelove2...@gmail.comwrote: 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

Re: AJAX file upload

2010-12-01 Thread Robert Graf-Waczenski
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 input type=file in all its ugliness (or beauty, if you put effort into styling the control properly), or you implement a (signed

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 piyush kumar
thanks dave!! On Wed, Dec 1, 2010 at 7:09 PM, Dave Newton davelnew...@gmail.com wrote: On Wed, Dec 1, 2010 at 8:33 AM, piyush kumar alivelove2...@gmail.com 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

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 input type=file in all its ugliness (or beauty, if you put effort into styling

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

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 integration with Dojo, it would be even

Re: AJAX file upload

2010-11-30 Thread Brian Thompson
...@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 integration with Dojo, it would be even better i.e. not use the OS specific file upload button etc

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 button rather than just putting

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: 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 upload a file, together

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 upload + RE

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 type=stream

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 sure what result type to choose

Re: Struts2 Ajax File Upload

2008-12-05 Thread Raghu
upload failed. Please try again later.); } return Action.SUCCESS; } On Fri, Dec 5, 2008 at 12:45 PM, Dave Newton [EMAIL PROTECTED] wrote: --- On Fri, 12/5/08, Raghu wrote: I am trying to implement Ajax File Upload using JQuery's Form Plugin which uses iframe internally

Re: Struts2 Ajax File Upload

2008-12-05 Thread Raghu
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 type=stream then I am getting

Re: ajax file upload in iframe

2008-06-11 Thread nuria
; -- 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: [EMAIL PROTECTED] For additional

ajax file upload in iframe

2008-06-10 Thread nuria
); } -- 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. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: ajax file upload in iframe

2008-06-10 Thread Martin
Message - From: nuria [EMAIL PROTECTED] To: user@struts.apache.org 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 have

ajax file upload

2008-03-13 Thread matthieu martin
Hi all ! I have a rather disturbing issue with a file upload. I have the s:file 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

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. s:form

Re: ajax File Upload

2007-08-13 Thread Umesh kudtarkar
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/ajax-File-Upload-tf4263655.html#a12134235 Sent from the Struts - User mailing list archive

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 my

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

Re: Struts2 with AJAX file upload??

2006-12-16 Thread Don Brown
List user@struts.apache.org 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 [EMAIL PROTECTED] wrote: Hi guys I

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 finding any conroller

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. I have an AJAX

Re: Struts2 with AJAX file upload??

2006-12-15 Thread Nagraj Rao
] To: Struts Users Mailing List user@struts.apache.org 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 [EMAIL PROTECTED] wrote