Re: T5.0.14: Form with zone not uploading file

2008-08-20 Thread Bill Holloway
Actually, I've been doing it. XHR doesn't. But there's a trick you can pull. You set the target attribute of the form tag to a hidden iframe on the page and DON'T do XHR. Normal form submission. The effect is somewhat the same, but you don't have a client-side javascript callback once the subm

Re: T5.0.14: Form with zone not uploading file

2008-08-19 Thread Howard Lewis Ship
That's an interesting question: does XMLHttpRequest support file uploads? Need to do some research. On Tue, Aug 19, 2008 at 11:35 PM, Bill Holloway <[EMAIL PROTECTED]> wrote: > I have a form with the zone defined. The form has one field. > Everything works fine for a t:textfield text field. The