| Author |
A good, easy beginner's tutorial on uploading files through JSP
|
John McClellan
Greenhorn
Joined: Aug 15, 2011
Posts: 29
|
|
|
Hello, what's a good and easy beginner's tutorial on uploading files through JSP? If possible I want to avoid going through a hundred lines of code in the tutorial, third-party documentation, etc. Thanks!
|
 |
Bear Bibeault
Author and opinionated walrus
Marshal
Joined: Jan 10, 2002
Posts: 50693
|
|
Files should not be uploaded using a JSP, but rather with a servlet. JSP is for view, uploading is function.
I assume you have already read the entry on uploading in the JspFaq?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: A good, easy beginner's tutorial on uploading files through JSP
|
|
|