I have a rails application, running in development mode ( with a sqlite database ). The application\'s purpose is to allow users to upload files through a java client.
I think I've figured it out, at least I think I do ( the client just keeps on uploading now, error-free ) .
After you read data from a file that you upload, you should also CLOSE it. Who would have thought? :P