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
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
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
>
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.
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
: 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
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
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
> -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
>
> 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
> -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
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*
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
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
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
; 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
}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 <
--- 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
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
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
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
};
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.
--
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
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
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)
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
upload finished
>
>
>
>
> Thanks a lot for any help,
>
> Jan
>
> ---------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For addi
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
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
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
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
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
32 matches
Mail list logo