Re: Browse button problem

2006-10-09 Thread Martin Strand


  
  



Seems to work on IE6 and Firefox, haven't tried IE7. Opera only shows the  
filename, not the full path.


Martin

On Mon, 09 Oct 2006 03:56:12 +0200, Peter Dawn <[EMAIL PROTECTED]> wrote:


guys,

if i implement the browse button within my web app using,
 it generates the textfield and the browse button  
together.


now my problem is that this breaks my current implementation in which
i have a  which i am using to read
the input on form submit.

so if i implement the browse button, how can i capture the input using
still the textfield component.

any help pls. thanks.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Browse button problem

2006-10-08 Thread Peter Dawn

it sure is. i have been working on tap3 for over 2 yrs now and this
app is turning out to be very stable and good.

although i have to usually find wierd up fixes to my issues, most of
my issues are resolved if i think outside the square. and yeah you
might consider my questions too stupid, but with what i am working on,
i think i am pushing tap3 to its limits.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Browse button problem

2006-10-08 Thread Jesse Kuhnert

You can't do that with a native browser file upload dialog. That isn't the
purpose of their function.

Though I must admit that your requirements are sounding a little cracked out
more and more each day...Executing other processes / trying to capture local
filesystem stuffSounds like a really really complicated web application
;)

On 10/9/06, Peter Dawn <[EMAIL PROTECTED]> wrote:


just to add on that,

if i use the upload component, then it just complicates things, i mean
if i select a big file through browse and click on upload, my
formSubmit method is not called and only pageBeginRender is called (i
dont know why though). however if i select a very small file it
happily accepts it (it goes to the formSubmit method this time).

so does the upload component start to upload the file by default (or
parse it). all i want to achieve is give the user the ability to
browse a file and somehow capture the file location they have
selected.

and thats the reason for 2 emails, as i think of something, i share it.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Jesse Kuhnert
Tapestry/Dojo/(and a dash of TestNG), team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com


Re: Browse button problem

2006-10-08 Thread Peter Dawn

just to add on that,

if i use the upload component, then it just complicates things, i mean
if i select a big file through browse and click on upload, my
formSubmit method is not called and only pageBeginRender is called (i
dont know why though). however if i select a very small file it
happily accepts it (it goes to the formSubmit method this time).

so does the upload component start to upload the file by default (or
parse it). all i want to achieve is give the user the ability to
browse a file and somehow capture the file location they have
selected.

and thats the reason for 2 emails, as i think of something, i share it.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Browse button problem

2006-10-08 Thread Dwi Ardi Irawan

please, don't send an e-mail with the same content more than one !
just wait until somebody response your emaildon't overdo
it's very annoying

Peter Dawn wrote:

guys,

if i implement the browse button within my web app using,
 it generates the textfield and the browse button 
together.


now my problem is that this breaks my current implementation in which
i have a  which i am using to read
the input on form submit.

so if i implement the browse button, how can i capture the input using
still the textfield component.

any help pls. thanks.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Browse button problem

2006-10-08 Thread Peter Dawn

guys,

if i implement the browse button within my web app using,
 it generates the textfield and the browse button together.

now my problem is that this breaks my current implementation in which
i have a  which i am using to read
the input on form submit.

so if i implement the browse button, how can i capture the input using
still the textfield component.

any help pls. thanks.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]