0

Upload file txt is blank

asked 2011-05-16 04:31:13 +0800

saprudin2009 gravatar image saprudin2009
30

Hi All,

I have a problem for upload file txt. exp : profil.txt.

When I have finished upload, I try to open this file. the file is blank.

this is source:

if (media.isBinary()) {
Files.copy(new File(path), media.getStreamData());
} else {
BufferedWriter writer = new BufferedWriter(new java.io.FileWriter(
path));
Files.copy(writer, media.getReaderData());
}

delete flag offensive retag edit
Be the first one to reply this discussion!
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2011-05-16 04:31:13 +0800

Seen: 168 times

Last updated: May 16 '11

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More