Re: Tapestry5 jquery ajaxupload in Form

2014-12-15 Thread George Christman
You need to provide additional information such as code example etc. Your question is a little to vague. On Mon, Dec 15, 2014 at 4:59 AM, Bosch, Christian wrote: > > Hello, > > I written a tapestry component embedding Tapestry JQuery AjaxUpload > (Tapestry 5.3.7 and Tapestry Jquery 3.3.4). > My

Re: Tapestry5 jquery ajaxupload

2014-12-04 Thread George Christman
For something simple like messages, you might be able to just pass in your own json object through params. https://github.com/got5/tapestry5-jquery/blob/master/src/main/java/org/got5/tapestry5/jquery/components/AjaxUpload.java It looks like line 164 they are doing a merge. On Thu, Dec 4, 2014 at

Re: Tapestry5 jquery ajaxupload

2014-12-04 Thread George Christman
I ended up having to several modify that component to get it to do what I wanted it to do. It's very difficult to modify the template because the core file upload js depends on a lot of the elements within the template. Anyhow, I ended up using Tapestry5-jquery as a base to build my own version and

Re: [Tapestry5-jquery ajaxupload] How to change "Drop files here to upload" with button ?

2012-03-08 Thread ayok03
oke i realize bcos configuration i change to Worked!! -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry5-jquery-ajaxupload-How-to-change-Drop-files-here-to-upload-with-button-tp5543058p5546960.html Sent from the Tapestry - User mailing list archive at Nab

Re: [Tapestry5-jquery ajaxupload] How to change "Drop files here to upload" with button ?

2012-03-07 Thread ayok03
> Can you say what 'it' is that is not working? when i try demo sample from my browser and try to drop image file, the image file not show in the list of component instead showing the image is there any setting to my browser or something? i use tapestry5-jquery-3.2.0-SNAPSHOT Browse2.tml

Re: [Tapestry5-jquery ajaxupload] How to change "Drop files here to upload" with button ?

2012-03-07 Thread Christian Riedel
Can you say what 'it' is that is not working? Have you trouble getting a positive response when use the example on this page, too? http://tapestry5-jquery.com/components/docsajaxupload Maybe it's related to your code. You should paste some of it here. Am 07.03.2012 um 04:24 schrieb ayok03: >