| Author |
FormFile
|
jonathan Greens
Ranch Hand
Joined: Apr 07, 2004
Posts: 139
|
|
if I get a FormFile, is there any easy way in struts to write it to the disk? I know i can use formFile.getFileData() as a byte[] then maybe use java.io. But is there a better way? thanks
|
 |
Ray Stojonic
Ranch Hand
Joined: Aug 08, 2003
Posts: 326
|
|
|
as of Struts 1.2 you should be using commons-upload instead
|
 |
sreenath reddy
Ranch Hand
Joined: Sep 21, 2003
Posts: 415
|
|
|
there is one method in form file which directly gives u the inputstream rather than reading thorugh bytes
|
 |
jonathan Greens
Ranch Hand
Joined: Apr 07, 2004
Posts: 139
|
|
|
thanks guys. I am using struts 1.1. i guess it's time to migrate to 1.2
|
 |
 |
|
|
subject: FormFile
|
|
|