Re: Multiple file upload

2008-08-30 Thread ProAdmin Dariusz Dwornikowski
Images and pdf/doc/odt. I will use this swfupload, but have no idea how to pass the filenames to teh class controlling page, so i can put them into my model. W dniu 30 sierpnia 2008 18:07 użytkownik Toby Hobson < [EMAIL PROTECTED]> napisał: > I'm not sure what type of file you wish to upload but

Re: Multiple file upload

2008-08-30 Thread Toby Hobson
I'm not sure what type of file you wish to upload but I have successfully used the Aurigma image uploader with my T5 application Toby 2008/8/30 ProAdmin Dariusz Dwornikowski < [EMAIL PROTECTED]> > Great ! Thanks. Tell me how to take filename from this to Page variable and > Ill be happy. > > 200

Re: Multiple file upload

2008-08-30 Thread ProAdmin Dariusz Dwornikowski
Great ! Thanks. Tell me how to take filename from this to Page variable and Ill be happy. 2008/8/30 Imants Firsts <[EMAIL PROTECTED]> > If you don't mind introducing the dependency to a flash component, then > look at this: > http://www.swfupload.org/ > > I have successfully created a tapestry co

Re: Multiple file upload

2008-08-29 Thread Imants Firsts
If you don't mind introducing the dependency to a flash component, then look at this: http://www.swfupload.org/ I have successfully created a tapestry component using SWFUpload, which supports multiple file upload and degrades to default single file upload if Flash is not present. Quoting Thi

Re: Multiple file upload

2008-08-28 Thread ProAdmin Dariusz Dwornikowski
Yeah I will try do something like that. I can see a problem to put the files ( paths) to the object i want - along with data from form - in my case a sports news. 2008/8/28 Thiago HP <[EMAIL PROTECTED]>: > On Thu, Aug 28, 2008 at 3:27 PM, Chris Lewis <[EMAIL PROTECTED]> wrote: >> The tricky part u

Re: Multiple file upload

2008-08-28 Thread Thiago HP
On Thu, Aug 28, 2008 at 3:27 PM, Chris Lewis <[EMAIL PROTECTED]> wrote: > The tricky part unfortunately is dealing with T5. I don't know how you > can create new components on the fly. You just cannot do that. Tapestry 5' mantra is "Static Structure, Dynamic Behavior". One way to do it would be pu

Re: Multiple file upload

2008-08-28 Thread Chris Lewis
>From the front end, multi file uploads must be done using JS to create additional file input elements on the fly. Uploading them "via AJAX" is all about perception, as you can't actually do it since the JS would need to stream the bytes of the selected files (which is of course not allowed). The p

Re: Multiple file upload

2008-08-28 Thread Massimo Lusetti
On Thu, Aug 28, 2008 at 5:25 PM, ProAdmin Dariusz Dwornikowski <[EMAIL PROTECTED]> wrote: > Can somebody confirm it is a good direction? Doesn't the ajax and form related component help you? -- Massimo http://meridio.blogspot.com

Re: Multiple file upload

2008-08-28 Thread Lance Java
The html file object only supports 1 file at a time, it's also locked down by browser security so you can't set the value via javascript. To upload multiple files you can either use multiple file objects with some user friendly javascript or use an applet or a flash component. I've seen some open

Re: Multiple file upload

2008-08-28 Thread ProAdmin Dariusz Dwornikowski
Yes I know the page, I keep it open all the time. Im juts new to tapestry and do not know how to 'bite' it. That is why I wrote here. Today I will try to wirte some component to have multiple upload. What I invented is such scenrio: I get Button (Upload), when i click it and choose file, the file

Re: Multiple file upload

2008-08-28 Thread Massimo Lusetti
On Thu, Aug 28, 2008 at 5:08 PM, ProAdmin Dariusz Dwornikowski <[EMAIL PROTECTED]> wrote: > I think some major ajax has to be used. Look into Component Reference on Tapestry5 documentation site -- Massimo http://meridio.blogspot.com

Re: Multiple file upload

2008-08-28 Thread ProAdmin Dariusz Dwornikowski
I think some major ajax has to be used. 2008/8/28 Szemere Szemere <[EMAIL PROTECTED]>: > I don't have a solution to this, but would also be interested to hear of > one. > -- Pozdrawiam, Dariusz Dwornikowski ProAdmin ul. Królowej Jadwigi 44/2 61-872

Re: Multiple file upload

2008-08-28 Thread Szemere Szemere
I don't have a solution to this, but would also be interested to hear of one.