| Author |
image error in jsf
|
muntago Richard
Ranch Hand
Joined: Nov 13, 2010
Posts: 75
|
|
i tried to upload image but it prints error
Photo0017.jpg (The system cannot find the file specified)
|
 |
Kathleen Angeles
Ranch Hand
Joined: Aug 06, 2012
Posts: 113
|
|
Instead of using uploadedFile.getName(), use uploadedFile.getSize() and uploadedFile.getInputStream() instead.
-k
|
 |
 |
|
|
subject: image error in jsf
|
|
|