you might also be having trouble because you havent opened the file. the way you have done
it might work... i'm not sure. normally i would write it like.
| File file = new File(filepath + filename);
| FileOutputStream os =new FileOutputStream(file);
| os.write(your_byte_array);
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119920#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...