You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Wong Kok Wai <wo...@pacific.net.sg> on 2000/06/01 11:55:20 UTC

File upload taglib

Any plan to implement taglibs for file uploading? If yes, when?



Re: File upload taglib

Posted by "Craig R. McClanahan" <Cr...@eng.sun.com>.
Wong Kok Wai wrote:

> Any plan to implement taglibs for file uploading? If yes, when?

Are you thinking in particular of handling <input type="file">?
Following the Struts design pattern, you'd probably put the logic that
handles this into the controller servlet instead of custom tags
(although you want to deal with the presentation part of it with a tag),
but it sounds like a reasonable thing to make available.

Craig McClanahan