Re: AJAX file upload

2010-12-02 Thread Alex Rodriguez Lopez
Still off-topic, but recently I've been using this neat feature in GMail where one simply grabs an actual file from, say, your desktop, and drop it into a designated zone in the page when composing mail. The file starts uploading when droped, so I guess you could call this "ajax upload". I wond

Re: AJAX file upload

2010-12-01 Thread Frank W. Zammetti
On 12/1/2010 9:00 AM, Robert Graf-Waczenski wrote: Am 30.11.2010 21:59, schrieb 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. There are various resour

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
Am 30.11.2010 21:59, schrieb 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. There are various resources floating around in the net regarding "AJAX file

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
I was assuming that he wanted his own custom look and feel for the upload button rather than just putting an unstyled HTML on the page. -Brian On Tue, Nov 30, 2010 at 7:57 PM, Tommy Pham wrote: > > -Original Message- > > From: Harsh C [mailto:hchau...@gmail.com] > > Sent: Tuesday, Nove

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 e

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
Really, I haven't gotten that far yet, I am only working to improve the integration with Jakarta FileUpload. JFU is quite capable and mature, but I figured the first step would be to expose more functionality since there were a few JIRAs related to people asking for more than what is currently offe

Re: ajax file upload in iframe

2008-06-11 Thread nuria
Martin thanks for your replay, I know it could be a simple error for you but I am new in ajax, struts... "nouInforme" is the form created in the jsp loaded in di "aplicacion". Once submited I want the response in the same div "aplicacion". Them are there. The library is in the correct place. The

Re: ajax file upload in iframe

2008-06-10 Thread Martin
Nuria- If you load the Page (with Javascript) in firefox with firebug turned on Look at all messages displayed in console Look at Javascript js files to ensure all have been properly loaded We'll need to see your JSP form (specifically the tag attributes specifically called..) nouInforme aplicac

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
The result is returned to another iframe. You need to do something like this to get it working. http://www.mail-archive.com/user@struts.apache.org/msg60245.html Jan Steinke wrote: > > Hi There, > i've implemented an Ajax FileUpload using struts 2.0.9. Works fine and > (since my last mail to