how to implement a SSL submit link/button

2008-05-31 Thread Ken Leung
I want to implement a signin form with a submit link/button.  The initial signin page is via HTTP. When the user clicks on the link, the underlying form POST will be HTTPS and subsequent interaction will be HTTPS until the user signs off. Any code examples ? Thanks in Advance...

fileuploadfield - preset the filepath

2008-03-10 Thread Ken Leung
I am trying to pre-populate the filepath in the edit box in the fileuploadfield ? How can I do that ? Any ideas ? Thanks Looking for last minute shopping deals? Find them fast with Yahoo! Search.

Re: fileuploadfield - preset the filepath

2008-03-10 Thread Ken Leung
the filepath It is not possible for security reasons. your browser will prevent it. Imagine a malicious server presetting the path to some sensitive data, and triggering an onsubmit in the onload. Maurice On Mon, Mar 10, 2008 at 9:06 AM, Ken Leung [EMAIL PROTECTED] wrote: I am trying to pre