| Author |
To Hans: How file Uploading is done in JSF
|
sunitha reghu
Ranch Hand
Joined: Dec 12, 2002
Posts: 937
|
|
Handling file uploads in Java is nothing but a pain --root of all evil. How is done in JSF?
|
 |
Hans Bergsten
Author
Ranch Hand
Joined: Dec 01, 2003
Posts: 106
|
|
Originally posted by sunitha raghu: Handling file uploads in Java is nothing but a pain --root of all evil. How is done in JSF?
The JSF specification doesn't address file uploads at all, but there's a file upload component included with the open source MyFaces implementation (see the MyFaces web site for details). It uses a filter to actually process the file upload request, but you use it just as any other JSF component, so except for configuration, you don't need to worry about that detail.
|
Hans Bergsten, hans@gefionsoftware.com<br />Author of O'Reilly's<br />- JavaServer Pages,<br />- JavaServer Faces<br /><a href="http://www.hansbergsten.com/" target="_blank" rel="nofollow">http://www.hansbergsten.com/</a>
|
 |
bas duijzings
Ranch Hand
Joined: Apr 07, 2004
Posts: 83
|
|
|
maybe you want to look at the jakarta commons as well. (even if it has nothing to do with jsf)
|
have a nice one
|
 |
sunitha reghu
Ranch Hand
Joined: Dec 12, 2002
Posts: 937
|
|
|
That is what i used. But there are limitations in that. I dont know about JasonHunter's fileupload package.
|
 |
 |
|
|
subject: To Hans: How file Uploading is done in JSF
|
|
|