Windows XP SP2: Form submit bug with input type = file using IE?

Windows XP SP2: Form submit bug with input type = file using IE?

am 22.11.2004 19:21:45 von tuance

Runing Windows XP with SP2, create a form with a sumbit button and an
input field with type=file. See the code example below:



windows xp sp2 form submit bug

action="http://support.microsoft.com/default.aspx">









If submit is clicked with nothing in the file field or the file field
text is preceeded with a drive letter (e:anything here), the form
works, but put in any text without a drive letter and the form never
gets submitted by the broswer.

Any ideas on how to fix this?

Thanks,
Tuan

Re: Windows XP SP2: Form submit bug with input type = file using IE?

am 22.11.2004 23:52:27 von Lenny Linux

Try ---------------------



enctype="multipart/form-data" method="post">






------------------------



"Tuan Pham-Barnes" wrote in message
news:c9da7141.0411221021.4c94496@posting.google.com...
> Runing Windows XP with SP2, create a form with a sumbit button and an
> input field with type=file. See the code example below:
>
>
>
> windows xp sp2 form submit bug
>
> > action="http://support.microsoft.com/default.aspx">
>
>
>

>
>
>
>
>
> If submit is clicked with nothing in the file field or the file field
> text is preceeded with a drive letter (e:anything here), the form
> works, but put in any text without a drive letter and the form never
> gets submitted by the broswer.
>
> Any ideas on how to fix this?
>
> Thanks,
> Tuan

Re: Windows XP SP2: Form submit bug with input type = file using IE?

am 23.11.2004 01:20:05 von Lenny Linux

Post failed to work.. use --> method="get"



"Lenny Linux" wrote in message
news:L4uod.88082$T02.57490@twister.rdc-kc.rr.com...
> Try ---------------------
>
>
>
>

> enctype="multipart/form-data" method="post">
>
>

>
> >
>
> ------------------------
>
>
>
> "Tuan Pham-Barnes" wrote in message
> news:c9da7141.0411221021.4c94496@posting.google.com...
> > Runing Windows XP with SP2, create a form with a sumbit button and an
> > input field with type=file. See the code example below:
> >
> >
> >
> > windows xp sp2 form submit bug
> >
> > > > action="http://support.microsoft.com/default.aspx">
> >
> >
> >

> >
> >
> >
> >
> >
> > If submit is clicked with nothing in the file field or the file field
> > text is preceeded with a drive letter (e:anything here), the form
> > works, but put in any text without a drive letter and the form never
> > gets submitted by the broswer.
> >
> > Any ideas on how to fix this?
> >
> > Thanks,
> > Tuan
>
>