Re: [Rails] Problem processing text file after uploading

2012-07-07 Thread Hassan Schroeder
On Sat, Jul 7, 2012 at 8:11 AM, David M. wrote: > Currently the model handles those files, saves some metadata (the > extention and orig filename) then saves the file to the hard drive. Next > it converts the doc and docx files to plain text and saves the output to > a txt file. > > My problem is

Re: [Rails] Problem processing text file after uploading

2012-07-07 Thread Walter Lee Davis
On Jul 7, 2012, at 11:11 AM, David M. wrote: > I've got a web-app currently partially working. The user uploads a .txt, > .docx or .doc file to the server. > > Currently the model handles those files, saves some metadata (the > extention and orig filename) then saves the file to the hard drive.

[Rails] Problem processing text file after uploading

2012-07-07 Thread David M.
I've got a web-app currently partially working. The user uploads a .txt, .docx or .doc file to the server. Currently the model handles those files, saves some metadata (the extention and orig filename) then saves the file to the hard drive. Next it converts the doc and docx files to plain text and