HTML forms with file submission should always have the MIME media type defined as enctype="multipart/form-data".
See http://www.faqs.org/rfcs/rfc1867.html. -- Samuel Santos http://www.samaxes.com/ On Wed, Apr 1, 2009 at 1:55 AM, CN Yee <[email protected]> wrote: > I discovered that I can get around this problem by adding the attribute > enctype="multipart/form-data" in the outer form in the layout. > > Is there any side effects to this work around? > > Regards, > Yee > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Stripes-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/stripes-users > >
------------------------------------------------------------------------------
_______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
